#CC6611

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

Shades of Chocolate #CC6611

Tints of Chocolate #CC6611

Color information

#CC6611 (or 0xCC6611) is unknown color: approx Chocolate. HEX triplet: CC, 66 and 11. RGB value is (204,102,17). Sum of RGB (Red+Green+Blue) = 204+102+17=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6611 is #3399EE. Grayscale: #7B7B7B. Windows color (decimal): -3381743 or 1140428. OLE color: 1140428.

HSL color Cylindrical-coordinate representation of color #CC6611: hue angle of 27.27º 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 #CC6611 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20410217-
CMYK00.50.920.2
HSL27.27º84.62%43.33%-
HSV(B)27.27º91.67%80%-
XYZ29.7522.383.28-
YUV122.8168.29185.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=63.16%
G=31.58%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041021700.50.920.227.2784.6243.33
HexCC66110325C141b552b
Octal31414621062134243312553
Binary110011001100110100010110010101110010100110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6611; }

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

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

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

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

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

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

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

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