Shades of Chocolate #CC6811
Tints of Chocolate #CC6811
RGB
CMYK
RGB Variations
Color information
#CC6811 (or 0xCC6811) is known color: Chocolate. HEX triplet: CC, 68 and 11. RGB value is (204,104,17). Sum of RGB (Red+Green+Blue) = 204+104+17=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6811 is #3397EE. Grayscale: #7C7C7C. Windows color (decimal): -3381231 or 1140940. OLE color: 1140940.
HSL color Cylindrical-coordinate representation of color #CC6811: hue angle of 27.91º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC6811 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.2 |
| HSL | 27.91º | 0.85% | 0.43% | - |
| HSV(B) | 27.91º | 0.92% | 0.8% | - |
| XYZ | 29.95 | 22.78 | 3.35 | - |
| YUV | 123.98 | 67.63 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 17 | 0 | 0.49 | 0.92 | 0.2 | 27.91 | 0.85 | 0.43 |
| Hex | CC | 68 | 11 | 0 | 31 | 5C | 14 | 1C | 55 | 2B |
| Octal | 314 | 150 | 21 | 0 | 61 | 134 | 24 | 34 | 125 | 53 |
| Binary | 11001100 | 1101000 | 10001 | 0 | 110001 | 1011100 | 10100 | 11100 | 1010101 | 101011 |
Color Harmonies of #CC6811
Complementary color
Monochromatic Colors of #CC6811
Black with #CC6811
Text Example
Text Example
White with #CC6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6811; }
p { color: rgb(204,104,17); }
H1.HeaderClassName
{
color: #CC6811;
}
.AnyTagClassName
{
color: #CC6811;
}
</style>
background-color css
<style>
a { background-color: #CC6811; }
a { background-color: rgb(204,104,17); }
div.DivClassName
{
background-color: #CC6811;
}
.BgClassName
{
background-color: #CC6811;
}
</style>
border-color css
<style>
span { border-color: #CC6811; }
span { border-color: rgb(204,104,17); }
td.TdClassName
{
border-color: #CC6811;
}
.TagClassName
{
border-color: #CC6811;
}
</style>