#6D2A20

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

Shades of Pueblo #6D2A20

Tints of Pueblo #6D2A20

Color information

#6D2A20 (or 0x6D2A20) is unknown color: approx Pueblo. HEX triplet: 6D, 2A and 20. RGB value is (109,42,32). Sum of RGB (Red+Green+Blue) = 109+42+32=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A20 is #92D5DF. Grayscale: #3C3C3C. Windows color (decimal): -9623008 or 2108013. OLE color: 2108013.

HSL color Cylindrical-coordinate representation of color #6D2A20: hue angle of 7.79º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2A20 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB1094232-
CMYK00.610.710.57
HSL7.79º54.61%27.65%-
HSV(B)7.79º70.64%42.75%-
XYZ7.45.011.94-
YUV60.89111.7162.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.56%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=59.56%
G=22.95%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109423200.610.710.577.7954.6127.65
Hex6D2A2003D47398371c
Octal155524007510771106734
Binary110110110101010000001111011000111111001100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,42,32); }

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

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

 a { background-color: rgb(109,42,32); }

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

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

 span { border-color: rgb(109,42,32); }

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