#CC6A11

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

Shades of Chocolate #CC6A11

Tints of Chocolate #CC6A11

Color information

#CC6A11 (or 0xCC6A11) is unknown color: approx Chocolate. HEX triplet: CC, 6A and 11. RGB value is (204,106,17). Sum of RGB (Red+Green+Blue) = 204+106+17=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A11 is #3395EE. Grayscale: #7D7D7D. Windows color (decimal): -3380719 or 1141452. OLE color: 1141452.

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

Color convert

RGB20410617-
CMYK00.480.920.2
HSL28.56º84.62%43.33%-
HSV(B)28.56º91.67%80%-
XYZ30.1623.193.42-
YUV125.1666.97184.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.39%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 17 (7.03% from 255) = 5.20%
R=62.39%
G=32.42%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041061700.480.920.228.5684.6243.33
HexCC6A110305C141d552b
Octal31415221060134243512553
Binary110011001101010100010110000101110010100111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A11; }

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

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

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

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

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

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

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

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