Shades of Chocolate #CC6812
Tints of Chocolate #CC6812
RGB
CMYK
RGB Variations
Color information
#CC6812 (or 0xCC6812) is known color: Chocolate. HEX triplet: CC, 68 and 12. RGB value is (204,104,18). Sum of RGB (Red+Green+Blue) = 204+104+18=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6812 is #3397ED. Grayscale: #7C7C7C. Windows color (decimal): -3381230 or 1206476. OLE color: 1206476.
HSL color Cylindrical-coordinate representation of color #CC6812: hue angle of 27.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC6812 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.2 |
| HSL | 27.74º | 0.84% | 0.44% | - |
| HSV(B) | 27.74º | 0.91% | 0.8% | - |
| XYZ | 29.96 | 22.78 | 3.39 | - |
| YUV | 124.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 18 | 0 | 0.49 | 0.91 | 0.2 | 27.74 | 0.84 | 0.44 |
| Hex | CC | 68 | 12 | 0 | 31 | 5B | 14 | 1C | 54 | 2C |
| Octal | 314 | 150 | 22 | 0 | 61 | 133 | 24 | 34 | 124 | 54 |
| Binary | 11001100 | 1101000 | 10010 | 0 | 110001 | 1011011 | 10100 | 11100 | 1010100 | 101100 |
Color Harmonies of #CC6812
Complementary color
Monochromatic Colors of #CC6812
Black with #CC6812
Text Example
Text Example
White with #CC6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6812; }
p { color: rgb(204,104,18); }
H1.HeaderClassName
{
color: #CC6812;
}
.AnyTagClassName
{
color: #CC6812;
}
</style>
background-color css
<style>
a { background-color: #CC6812; }
a { background-color: rgb(204,104,18); }
div.DivClassName
{
background-color: #CC6812;
}
.BgClassName
{
background-color: #CC6812;
}
</style>
border-color css
<style>
span { border-color: #CC6812; }
span { border-color: rgb(204,104,18); }
td.TdClassName
{
border-color: #CC6812;
}
.TagClassName
{
border-color: #CC6812;
}
</style>