#CC6D37

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

Shades of Zest #CC6D37

Tints of Zest #CC6D37

Color information

#CC6D37 (or 0xCC6D37) is unknown color: approx Zest. HEX triplet: CC, 6D and 37. RGB value is (204,109,55). Sum of RGB (Red+Green+Blue) = 204+109+55=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D37 is #3392C8. Grayscale: #838383. Windows color (decimal): -3379913 or 3632588. OLE color: 3632588.

HSL color Cylindrical-coordinate representation of color #CC6D37: hue angle of 21.74º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC6D37 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB20410955-
CMYK00.470.730.2
HSL21.74º59.36%50.78%-
HSV(B)21.74º73.04%80%-
XYZ31.0624.056.62-
YUV131.2584.97179.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 55 (21.88% from 255) = 14.95%
R=55.43%
G=29.62%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041095500.470.730.221.7459.3650.78
HexCC6D3702F4914163b33
Octal3141556705711124267363
Binary110011001101101110111010111110010011010010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6D37; }

 p { color: rgb(204,109,55); }

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

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

 a { background-color: rgb(204,109,55); }

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

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

 span { border-color: rgb(204,109,55); }

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