#CC6211

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

Shades of Chocolate #CC6211

Tints of Chocolate #CC6211

Color information

#CC6211 (or 0xCC6211) is unknown color: approx Chocolate. HEX triplet: CC, 62 and 11. RGB value is (204,98,17). Sum of RGB (Red+Green+Blue) = 204+98+17=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6211 is #339DEE. Grayscale: #787878. Windows color (decimal): -3382767 or 1139404. OLE color: 1139404.

HSL color Cylindrical-coordinate representation of color #CC6211: hue angle of 25.99º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC6211 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB2049817-
CMYK00.520.920.2
HSL25.99º84.62%43.33%-
HSV(B)25.99º91.67%80%-
XYZ29.3721.613.15-
YUV120.4669.62187.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.95%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 17 (7.03% from 255) = 5.33%
R=63.95%
G=30.72%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204981700.520.920.225.9984.6243.33
HexCC62110345C141a552b
Octal31414221064134243212553
Binary110011001100010100010110100101110010100110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6211; }

 p { color: rgb(204,98,17); }

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

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

 a { background-color: rgb(204,98,17); }

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

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

 span { border-color: rgb(204,98,17); }

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