#6F291B

Color #6F291B Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6F291B

Tints of Pueblo #6F291B

Color information

#6F291B (or 0x6F291B) is unknown color: approx Pueblo. HEX triplet: 6F, 29 and 1B. RGB value is (111,41,27). Sum of RGB (Red+Green+Blue) = 111+41+27=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F291B is #90D6E4. Grayscale: #3C3C3C. Windows color (decimal): -9492197 or 1780079. OLE color: 1780079.

HSL color Cylindrical-coordinate representation of color #6F291B: hue angle of 10º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F291B is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1114127-
CMYK00.630.760.56
HSL10º60.87%27.06%-
HSV(B)10º75.68%43.53%-
XYZ7.555.041.61-
YUV60.33109.19164.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=62.01%
G=22.91%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111412700.630.760.561060.8727.06
Hex6F291B03F4C38a3d1b
Octal157513307711470127533
Binary11011111010011101101111111001100111000101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F291B; }

 p { color: rgb(111,41,27); }

 H1.HeaderClassName
 {
   color: #6F291B;
 }
 .AnyTagClassName
 {
   color: #6F291B;
 }
</style>
background-color css

<style>
 a { background-color: #6F291B; }

 a { background-color: rgb(111,41,27); }

 div.DivClassName
 {
   background-color: #6F291B;
 }
 .BgClassName
 {
   background-color: #6F291B;
 }
</style>
border-color css

<style>
 span { border-color: #6F291B; }

 span { border-color: rgb(111,41,27); }

 td.TdClassName
 {
   border-color: #6F291B;
 }
 .TagClassName
 {
   border-color: #6F291B;
 }
</style>