#6A2D20

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

Shades of Pueblo #6A2D20

Tints of Pueblo #6A2D20

Color information

#6A2D20 (or 0x6A2D20) is unknown color: approx Pueblo. HEX triplet: 6A, 2D and 20. RGB value is (106,45,32). Sum of RGB (Red+Green+Blue) = 106+45+32=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2D20 is #95D2DF. Grayscale: #3D3D3D. Windows color (decimal): -9818848 or 2108778. OLE color: 2108778.

HSL color Cylindrical-coordinate representation of color #6A2D20: hue angle of 10.54º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2D20 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1064532-
CMYK00.580.700.58
HSL10.54º53.62%27.06%-
HSV(B)10.54º69.81%41.57%-
XYZ7.145.051.96-
YUV61.76111.21159.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=57.92%
G=24.59%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106453200.580.700.5810.5453.6227.06
Hex6A2D2003A463Ab361b
Octal152554007210672136633
Binary110101010110110000001110101000110111010101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,45,32); }

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

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

 a { background-color: rgb(106,45,32); }

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

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

 span { border-color: rgb(106,45,32); }

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