Shades of Chocolate #CC6C0A
Tints of Chocolate #CC6C0A
RGB
CMYK
RGB Variations
Color information
#CC6C0A (or 0xCC6C0A) is known color: Chocolate. HEX triplet: CC, 6C and 0A. RGB value is (204,108,10). Sum of RGB (Red+Green+Blue) = 204+108+10=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6C0A is #3393F5. Grayscale: #7E7E7E. Windows color (decimal): -3380214 or 683212. OLE color: 683212.
HSL color Cylindrical-coordinate representation of color #CC6C0A: hue angle of 30.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC6C0A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.2 |
| HSL | 30.31º | 0.91% | 0.42% | - |
| HSV(B) | 30.31º | 0.95% | 0.8% | - |
| XYZ | 30.32 | 23.58 | 3.24 | - |
| YUV | 125.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 10 | 0 | 0.47 | 0.95 | 0.2 | 30.31 | 0.91 | 0.42 |
| Hex | CC | 6C | A | 0 | 2F | 5F | 14 | 1E | 5B | 2A |
| Octal | 314 | 154 | 12 | 0 | 57 | 137 | 24 | 36 | 133 | 52 |
| Binary | 11001100 | 1101100 | 1010 | 0 | 101111 | 1011111 | 10100 | 11110 | 1011011 | 101010 |
Color Harmonies of #CC6C0A
Complementary color
Monochromatic Colors of #CC6C0A
Black with #CC6C0A
Text Example
Text Example
White with #CC6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C0A; }
p { color: rgb(204,108,10); }
H1.HeaderClassName
{
color: #CC6C0A;
}
.AnyTagClassName
{
color: #CC6C0A;
}
</style>
background-color css
<style>
a { background-color: #CC6C0A; }
a { background-color: rgb(204,108,10); }
div.DivClassName
{
background-color: #CC6C0A;
}
.BgClassName
{
background-color: #CC6C0A;
}
</style>
border-color css
<style>
span { border-color: #CC6C0A; }
span { border-color: rgb(204,108,10); }
td.TdClassName
{
border-color: #CC6C0A;
}
.TagClassName
{
border-color: #CC6C0A;
}
</style>