#6A2B20

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

Shades of Pueblo #6A2B20

Tints of Pueblo #6A2B20

Color information

#6A2B20 (or 0x6A2B20) is unknown color: approx Pueblo. HEX triplet: 6A, 2B and 20. RGB value is (106,43,32). Sum of RGB (Red+Green+Blue) = 106+43+32=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2B20 is #95D4DF. Grayscale: #3C3C3C. Windows color (decimal): -9819360 or 2108266. OLE color: 2108266.

HSL color Cylindrical-coordinate representation of color #6A2B20: hue angle of 8.92º 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 #6A2B20 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1064332-
CMYK00.590.700.58
HSL8.92º53.62%27.06%-
HSV(B)8.92º69.81%41.57%-
XYZ7.074.91.94-
YUV60.58111.87160.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.56%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=58.56%
G=23.76%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106433200.590.700.588.9253.6227.06
Hex6A2B2003B463A9361b
Octal152534007310672116633
Binary110101010101110000001110111000110111010100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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