#cc6d21

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

Shades of Chocolate #CC6D21

Tints of Chocolate #CC6D21

Color information

#CC6D21 (or 0xCC6D21) is unknown color: approx Chocolate. HEX triplet: CC, 6D and 21. RGB value is (204,109,33). Sum of RGB (Red+Green+Blue) = 204+109+33=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D21 is #3392DE. Grayscale: #818181. Windows color (decimal): -3379935 or 2190796. OLE color: 2190796.

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

Color convert

RGB20410933-
CMYK00.470.840.2
HSL26.67º72.15%46.47%-
HSV(B)26.67º83.82%80%-
XYZ30.6423.884.43-
YUV128.7473.97181.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=58.96%
G=31.50%
B=9.54%

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
Decimal2041093300.470.840.226.6772.1546.47
HexCC6D2102F54141b482e
Octal31415541057124243311056
Binary1100110011011011000010101111101010010100110111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6d21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6d21; }

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

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

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

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

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

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

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

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