#CC6810

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

Shades of Chocolate #CC6810

Tints of Chocolate #CC6810

Color information

#CC6810 (or 0xCC6810) is unknown color: approx Chocolate. HEX triplet: CC, 68 and 10. RGB value is (204,104,16). Sum of RGB (Red+Green+Blue) = 204+104+16=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6810 is #3397EF. Grayscale: #7C7C7C. Windows color (decimal): -3381232 or 1075404. OLE color: 1075404.

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

Color convert

RGB20410416-
CMYK00.490.920.2
HSL28.09º85.45%43.14%-
HSV(B)28.09º92.16%80%-
XYZ29.9522.783.31-
YUV123.8767.13185.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.96%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 16 (6.64% from 255) = 4.94%
R=62.96%
G=32.10%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041041600.490.920.228.0985.4543.14
HexCC68100315C141c552b
Octal31415020061134243412553
Binary110011001101000100000110001101110010100111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6810; }

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

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

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

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

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

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

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

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