#6C2820

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

Shades of Pueblo #6C2820

Tints of Pueblo #6C2820

Color information

#6C2820 (or 0x6C2820) is unknown color: approx Pueblo. HEX triplet: 6C, 28 and 20. RGB value is (108,40,32). Sum of RGB (Red+Green+Blue) = 108+40+32=180 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2820 is #93D7DF. Grayscale: #3B3B3B. Windows color (decimal): -9689056 or 2107500. OLE color: 2107500.

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

Color convert

RGB1084032-
CMYK00.630.700.58
HSL6.32º54.29%27.45%-
HSV(B)6.32º70.37%42.35%-
XYZ7.24.811.92-
YUV59.42112.53162.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 60%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=60%
G=22.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108403200.630.700.586.3254.2927.45
Hex6C282003F463A6361b
Octal15450400771067266633
Binary11011001010001000000111111100011011101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,40,32); }

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

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

 a { background-color: rgb(108,40,32); }

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

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

 span { border-color: rgb(108,40,32); }

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