#6F2512

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

Shades of Pueblo #6F2512

Tints of Pueblo #6F2512

Color information

#6F2512 (or 0x6F2512) is unknown color: approx Pueblo. HEX triplet: 6F, 25 and 12. RGB value is (111,37,18). Sum of RGB (Red+Green+Blue) = 111+37+18=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2512 is #90DAED. Grayscale: #393939. Windows color (decimal): -9493230 or 1189231. OLE color: 1189231.

HSL color Cylindrical-coordinate representation of color #6F2512: hue angle of 12.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F2512 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1113718-
CMYK00.670.840.56
HSL12.26º72.09%25.29%-
HSV(B)12.26º83.78%43.53%-
XYZ7.334.751.1-
YUV56.96106.02166.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.87%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=66.87%
G=22.29%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111371800.670.840.5612.2672.0925.29
Hex6F25120435438c4819
Octal15745220103124701411031
Binary1101111100101100100100001110101001110001100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,18); }

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

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

 a { background-color: rgb(111,37,18); }

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

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

 span { border-color: rgb(111,37,18); }

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