#CC6511

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

Shades of Chocolate #CC6511

Tints of Chocolate #CC6511

Color information

#CC6511 (or 0xCC6511) is unknown color: approx Chocolate. HEX triplet: CC, 65 and 11. RGB value is (204,101,17). Sum of RGB (Red+Green+Blue) = 204+101+17=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6511 is #339AEE. Grayscale: #7A7A7A. Windows color (decimal): -3381999 or 1140172. OLE color: 1140172.

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

Color convert

RGB20410117-
CMYK00.500.920.2
HSL26.95º84.62%43.33%-
HSV(B)26.95º91.67%80%-
XYZ29.6622.193.25-
YUV122.2268.62186.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 17 (7.03% from 255) = 5.28%
R=63.35%
G=31.37%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041011700.500.920.226.9584.6243.33
HexCC65110325C141b552b
Octal31414521062134243312553
Binary110011001100101100010110010101110010100110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6511; }

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

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

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

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

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

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

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

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