Shades of Chocolate #CC6815
Tints of Chocolate #CC6815
RGB
CMYK
RGB Variations
Color information
#CC6815 (or 0xCC6815) is known color: Chocolate. HEX triplet: CC, 68 and 15. RGB value is (204,104,21). Sum of RGB (Red+Green+Blue) = 204+104+21=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6815 is #3397EA. Grayscale: #7C7C7C. Windows color (decimal): -3381227 or 1403084. OLE color: 1403084.
HSL color Cylindrical-coordinate representation of color #CC6815: hue angle of 27.21º degrees, saturation: 0.81, 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 #CC6815 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 21 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.2 |
| HSL | 27.21º | 0.81% | 0.44% | - |
| HSV(B) | 27.21º | 0.9% | 0.8% | - |
| XYZ | 29.99 | 22.79 | 3.53 | - |
| YUV | 124.44 | 69.63 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 21 | 0 | 0.49 | 0.90 | 0.2 | 27.21 | 0.81 | 0.44 |
| Hex | CC | 68 | 15 | 0 | 31 | 5A | 14 | 1B | 51 | 2C |
| Octal | 314 | 150 | 25 | 0 | 61 | 132 | 24 | 33 | 121 | 54 |
| Binary | 11001100 | 1101000 | 10101 | 0 | 110001 | 1011010 | 10100 | 11011 | 1010001 | 101100 |
Color Harmonies of #CC6815
Complementary color
Monochromatic Colors of #CC6815
Black with #CC6815
Text Example
Text Example
White with #CC6815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6815; }
p { color: rgb(204,104,21); }
H1.HeaderClassName
{
color: #CC6815;
}
.AnyTagClassName
{
color: #CC6815;
}
</style>
background-color css
<style>
a { background-color: #CC6815; }
a { background-color: rgb(204,104,21); }
div.DivClassName
{
background-color: #CC6815;
}
.BgClassName
{
background-color: #CC6815;
}
</style>
border-color css
<style>
span { border-color: #CC6815; }
span { border-color: rgb(204,104,21); }
td.TdClassName
{
border-color: #CC6815;
}
.TagClassName
{
border-color: #CC6815;
}
</style>