#cc6c21

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

Shades of Chocolate #CC6C21

Tints of Chocolate #CC6C21

Color information

#CC6C21 (or 0xCC6C21) is unknown color: approx Chocolate. HEX triplet: CC, 6C and 21. RGB value is (204,108,33). Sum of RGB (Red+Green+Blue) = 204+108+33=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C21 is #3393DE. Grayscale: #808080. Windows color (decimal): -3380191 or 2190540. OLE color: 2190540.

HSL color Cylindrical-coordinate representation of color #CC6C21: hue angle of 26.32º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6C21 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20410833-
CMYK00.470.840.2
HSL26.32º72.15%46.47%-
HSV(B)26.32º83.82%80%-
XYZ30.5423.674.4-
YUV128.1574.3182.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=59.13%
G=31.30%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041083300.470.840.226.3272.1546.47
HexCC6C2102F54141a482e
Octal31415441057124243211056
Binary1100110011011001000010101111101010010100110101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6c21; }

 p { color: rgb(204,108,33); }

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

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

 a { background-color: rgb(204,108,33); }

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

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

 span { border-color: rgb(204,108,33); }

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