#6D2D17

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

Shades of Pueblo #6D2D17

Tints of Pueblo #6D2D17

Color information

#6D2D17 (or 0x6D2D17) is unknown color: approx Pueblo. HEX triplet: 6D, 2D and 17. RGB value is (109,45,23). Sum of RGB (Red+Green+Blue) = 109+45+23=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2D17 is #92D2E8. Grayscale: #3D3D3D. Windows color (decimal): -9622249 or 1518957. OLE color: 1518957.

HSL color Cylindrical-coordinate representation of color #6D2D17: hue angle of 15.35º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D2D17 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.57.

Color convert

RGB1094523-
CMYK00.590.790.57
HSL15.35º65.15%25.88%-
HSV(B)15.35º78.9%42.75%-
XYZ7.45.191.42-
YUV61.63106.2161.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.58%
GREEN value IS 45 (17.97% from 255) = 25.42%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=61.58%
G=25.42%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109452300.590.790.5715.3565.1525.88
Hex6D2D1703B4F39f411a
Octal1555527073117711710132
Binary110110110110110111011101110011111110011111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,45,23); }

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

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

 a { background-color: rgb(109,45,23); }

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

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

 span { border-color: rgb(109,45,23); }

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