Shades of Chocolate #CC6821
Tints of Chocolate #CC6821
RGB
CMYK
RGB Variations
Color information
#CC6821 (or 0xCC6821) is known color: Chocolate. HEX triplet: CC, 68 and 21. RGB value is (204,104,33). Sum of RGB (Red+Green+Blue) = 204+104+33=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6821 is #3397DE. Grayscale: #7E7E7E. Windows color (decimal): -3381215 or 2189516. OLE color: 2189516.
HSL color Cylindrical-coordinate representation of color #CC6821: hue angle of 24.91º 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 #CC6821 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 33 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.2 |
| HSL | 24.91º | 0.72% | 0.46% | - |
| HSV(B) | 24.91º | 0.84% | 0.8% | - |
| XYZ | 30.13 | 22.85 | 4.26 | - |
| YUV | 125.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 33 | 0 | 0.49 | 0.84 | 0.2 | 24.91 | 0.72 | 0.46 |
| Hex | CC | 68 | 21 | 0 | 31 | 54 | 14 | 19 | 48 | 2E |
| Octal | 314 | 150 | 41 | 0 | 61 | 124 | 24 | 31 | 110 | 56 |
| Binary | 11001100 | 1101000 | 100001 | 0 | 110001 | 1010100 | 10100 | 11001 | 1001000 | 101110 |
Color Harmonies of #CC6821
Complementary color
Monochromatic Colors of #CC6821
Black with #CC6821
Text Example
Text Example
White with #CC6821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6821; }
p { color: rgb(204,104,33); }
H1.HeaderClassName
{
color: #CC6821;
}
.AnyTagClassName
{
color: #CC6821;
}
</style>
background-color css
<style>
a { background-color: #CC6821; }
a { background-color: rgb(204,104,33); }
div.DivClassName
{
background-color: #CC6821;
}
.BgClassName
{
background-color: #CC6821;
}
</style>
border-color css
<style>
span { border-color: #CC6821; }
span { border-color: rgb(204,104,33); }
td.TdClassName
{
border-color: #CC6821;
}
.TagClassName
{
border-color: #CC6821;
}
</style>