#CC6510

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

Shades of Chocolate #CC6510

Tints of Chocolate #CC6510

Color information

#CC6510 (or 0xCC6510) is unknown color: approx Chocolate. HEX triplet: CC, 65 and 10. RGB value is (204,101,16). Sum of RGB (Red+Green+Blue) = 204+101+16=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6510 is #339AEF. Grayscale: #7A7A7A. Windows color (decimal): -3382000 or 1074636. OLE color: 1074636.

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

Color convert

RGB20410116-
CMYK00.500.920.2
HSL27.13º85.45%43.14%-
HSV(B)27.13º92.16%80%-
XYZ29.6522.183.21-
YUV122.1168.12186.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.55%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=63.55%
G=31.46%
B=4.98%

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
Decimal2041011600.500.920.227.1385.4543.14
HexCC65100325C141b552b
Octal31414520062134243312553
Binary110011001100101100000110010101110010100110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6510; }

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

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

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

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

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

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

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

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