#6F2410

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

Shades of Pueblo #6F2410

Tints of Pueblo #6F2410

Color information

#6F2410 (or 0x6F2410) is unknown color: approx Pueblo. HEX triplet: 6F, 24 and 10. RGB value is (111,36,16). Sum of RGB (Red+Green+Blue) = 111+36+16=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2410 is #90DBEF. Grayscale: #383838. Windows color (decimal): -9493488 or 1057903. OLE color: 1057903.

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

Color convert

RGB1113616-
CMYK00.680.860.56
HSL12.63º74.8%24.9%-
HSV(B)12.63º85.59%43.53%-
XYZ7.284.681.01-
YUV56.14105.35167.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.10%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=68.10%
G=22.09%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111361600.680.860.5612.6374.824.9
Hex6F24100445638d4b19
Octal15744200104126701511331
Binary1101111100100100000100010010101101110001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,36,16); }

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

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

 a { background-color: rgb(111,36,16); }

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

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

 span { border-color: rgb(111,36,16); }

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