#CC6710

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

Shades of Chocolate #CC6710

Tints of Chocolate #CC6710

Color information

#CC6710 (or 0xCC6710) is unknown color: approx Chocolate. HEX triplet: CC, 67 and 10. RGB value is (204,103,16). Sum of RGB (Red+Green+Blue) = 204+103+16=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6710 is #3398EF. Grayscale: #7B7B7B. Windows color (decimal): -3381488 or 1075148. OLE color: 1075148.

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

Color convert

RGB20410316-
CMYK00.500.920.2
HSL27.77º85.45%43.14%-
HSV(B)27.77º92.16%80%-
XYZ29.8522.583.27-
YUV123.2867.46185.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 16 (6.64% from 255) = 4.95%
R=63.16%
G=31.89%
B=4.95%

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
Decimal2041031600.500.920.227.7785.4543.14
HexCC67100325C141c552b
Octal31414720062134243412553
Binary110011001100111100000110010101110010100111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6710; }

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

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

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

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

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

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

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

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