#6D2C16

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

Shades of Pueblo #6D2C16

Tints of Pueblo #6D2C16

Color information

#6D2C16 (or 0x6D2C16) is unknown color: approx Pueblo. HEX triplet: 6D, 2C and 16. RGB value is (109,44,22). Sum of RGB (Red+Green+Blue) = 109+44+22=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2C16 is #92D3E9. Grayscale: #3D3D3D. Windows color (decimal): -9622506 or 1453165. OLE color: 1453165.

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

Color convert

RGB1094422-
CMYK00.600.800.57
HSL15.17º66.41%25.69%-
HSV(B)15.17º79.82%42.75%-
XYZ7.355.111.36-
YUV60.93106.03162.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 62.29%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=62.29%
G=25.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109442200.600.800.5715.1766.4125.69
Hex6D2C1603C5039f421a
Octal1555426074120711710232
Binary110110110110010110011110010100001110011111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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