Shades of Chocolate #CC6D21
Tints of Chocolate #CC6D21
RGB
CMYK
RGB Variations
Color information
#CC6D21 (or 0xCC6D21) is known color: 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
| RGB | 204 | 109 | 33 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.2 |
| HSL | 26.67º | 0.72% | 0.46% | - |
| HSV(B) | 26.67º | 0.84% | 0.8% | - |
| XYZ | 30.64 | 23.88 | 4.43 | - |
| YUV | 128.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 33 | 0 | 0.47 | 0.84 | 0.2 | 26.67 | 0.72 | 0.46 |
| Hex | CC | 6D | 21 | 0 | 2F | 54 | 14 | 1B | 48 | 2E |
| Octal | 314 | 155 | 41 | 0 | 57 | 124 | 24 | 33 | 110 | 56 |
| Binary | 11001100 | 1101101 | 100001 | 0 | 101111 | 1010100 | 10100 | 11011 | 1001000 | 101110 |
Color Harmonies of #CC6D21
Complementary color
Monochromatic Colors of #CC6D21
Black with #CC6D21
Text Example
Text Example
White with #CC6D21
Text Example
Text Example
HTML Codes & Css Web 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>