#6C3728

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

Shades of Pueblo #6C3728

Tints of Pueblo #6C3728

Color information

#6C3728 (or 0x6C3728) is unknown color: approx Pueblo. HEX triplet: 6C, 37 and 28. RGB value is (108,55,40). Sum of RGB (Red+Green+Blue) = 108+55+40=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3728 is #93C8D7. Grayscale: #454545. Windows color (decimal): -9685208 or 2635628. OLE color: 2635628.

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

Color convert

RGB1085540-
CMYK00.490.630.58
HSL13.24º45.95%29.02%-
HSV(B)13.24º62.96%42.35%-
XYZ7.936.072.76-
YUV69.14111.56155.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=53.20%
G=27.09%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108554000.490.630.5813.2445.9529.02
Hex6C37280313F3Ad2e1d
Octal15467500617772155635
Binary11011001101111010000110001111111111010110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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