Shades of Chocolate #CC6814
Tints of Chocolate #CC6814
RGB
CMYK
RGB Variations
Color information
#CC6814 (or 0xCC6814) is known color: Chocolate. HEX triplet: CC, 68 and 14. RGB value is (204,104,20). Sum of RGB (Red+Green+Blue) = 204+104+20=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6814 is #3397EB. Grayscale: #7C7C7C. Windows color (decimal): -3381228 or 1337548. OLE color: 1337548.
HSL color Cylindrical-coordinate representation of color #CC6814: hue angle of 27.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC6814 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 20 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.2 |
| HSL | 27.39º | 0.82% | 0.44% | - |
| HSV(B) | 27.39º | 0.9% | 0.8% | - |
| XYZ | 29.98 | 22.79 | 3.48 | - |
| YUV | 124.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 20 | 0 | 0.49 | 0.90 | 0.2 | 27.39 | 0.82 | 0.44 |
| Hex | CC | 68 | 14 | 0 | 31 | 5A | 14 | 1B | 52 | 2C |
| Octal | 314 | 150 | 24 | 0 | 61 | 132 | 24 | 33 | 122 | 54 |
| Binary | 11001100 | 1101000 | 10100 | 0 | 110001 | 1011010 | 10100 | 11011 | 1010010 | 101100 |
Color Harmonies of #CC6814
Complementary color
Monochromatic Colors of #CC6814
Black with #CC6814
Text Example
Text Example
White with #CC6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6814; }
p { color: rgb(204,104,20); }
H1.HeaderClassName
{
color: #CC6814;
}
.AnyTagClassName
{
color: #CC6814;
}
</style>
background-color css
<style>
a { background-color: #CC6814; }
a { background-color: rgb(204,104,20); }
div.DivClassName
{
background-color: #CC6814;
}
.BgClassName
{
background-color: #CC6814;
}
</style>
border-color css
<style>
span { border-color: #CC6814; }
span { border-color: rgb(204,104,20); }
td.TdClassName
{
border-color: #CC6814;
}
.TagClassName
{
border-color: #CC6814;
}
</style>