#6F2C16

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

Shades of Pueblo #6F2C16

Tints of Pueblo #6F2C16

Color information

#6F2C16 (or 0x6F2C16) is unknown color: approx Pueblo. HEX triplet: 6F, 2C and 16. RGB value is (111,44,22). Sum of RGB (Red+Green+Blue) = 111+44+22=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2C16 is #90D3E9. Grayscale: #3D3D3D. Windows color (decimal): -9491434 or 1453167. OLE color: 1453167.

HSL color Cylindrical-coordinate representation of color #6F2C16: hue angle of 14.83º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F2C16 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1114422-
CMYK00.600.800.56
HSL14.83º66.92%26.08%-
HSV(B)14.83º80.18%43.53%-
XYZ7.65.241.37-
YUV61.52105.7163.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.71%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=62.71%
G=24.86%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111442200.600.800.5614.8366.9226.08
Hex6F2C1603C5038f431a
Octal1575426074120701710332
Binary110111110110010110011110010100001110001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,22); }

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

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

 a { background-color: rgb(111,44,22); }

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

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

 span { border-color: rgb(111,44,22); }

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