#CC6E11

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

Shades of Chocolate #CC6E11

Tints of Chocolate #CC6E11

Color information

#CC6E11 (or 0xCC6E11) is unknown color: approx Chocolate. HEX triplet: CC, 6E and 11. RGB value is (204,110,17). Sum of RGB (Red+Green+Blue) = 204+110+17=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E11 is #3391EE. Grayscale: #7F7F7F. Windows color (decimal): -3379695 or 1142476. OLE color: 1142476.

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

Color convert

RGB20411017-
CMYK00.460.920.2
HSL29.84º84.62%43.33%-
HSV(B)29.84º91.67%80%-
XYZ30.5824.033.56-
YUV127.565.64182.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 17 (7.03% from 255) = 5.14%
R=61.63%
G=33.23%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041101700.460.920.229.8484.6243.33
HexCC6E1102E5C141e552b
Octal31415621056134243612553
Binary110011001101110100010101110101110010100111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E11; }

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

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

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

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

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

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

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

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