#6C3229

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

Shades of Pueblo #6C3229

Tints of Pueblo #6C3229

Color information

#6C3229 (or 0x6C3229) is unknown color: approx Pueblo. HEX triplet: 6C, 32 and 29. RGB value is (108,50,41). Sum of RGB (Red+Green+Blue) = 108+50+41=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3229 is #93CDD6. Grayscale: #424242. Windows color (decimal): -9686487 or 2699884. OLE color: 2699884.

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

Color convert

RGB1085041-
CMYK00.540.620.58
HSL8.06º44.97%29.22%-
HSV(B)8.06º62.04%42.35%-
XYZ7.735.632.78-
YUV66.32113.72157.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.27%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=54.27%
G=25.13%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108504100.540.620.588.0644.9729.22
Hex6C32290363E3A82d1d
Octal15462510667672105535
Binary11011001100101010010110110111110111010100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,41); }

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

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

 a { background-color: rgb(108,50,41); }

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

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

 span { border-color: rgb(108,50,41); }

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