Shades of Chocolate #CC6F08
Tints of Chocolate #CC6F08
RGB
CMYK
RGB Variations
Color information
#CC6F08 (or 0xCC6F08) is known color: Chocolate. HEX triplet: CC, 6F and 08. RGB value is (204,111,8). Sum of RGB (Red+Green+Blue) = 204+111+8=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6F08 is #3390F7. Grayscale: #7F7F7F. Windows color (decimal): -3379448 or 552908. OLE color: 552908.
HSL color Cylindrical-coordinate representation of color #CC6F08: hue angle of 31.53º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC6F08 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.2 |
| HSL | 31.53º | 0.92% | 0.42% | - |
| HSV(B) | 31.53º | 0.96% | 0.8% | - |
| XYZ | 30.63 | 24.22 | 3.29 | - |
| YUV | 127.07 | 60.81 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 8 | 0 | 0.46 | 0.96 | 0.2 | 31.53 | 0.92 | 0.42 |
| Hex | CC | 6F | 8 | 0 | 2E | 60 | 14 | 20 | 5C | 2A |
| Octal | 314 | 157 | 10 | 0 | 56 | 140 | 24 | 40 | 134 | 52 |
| Binary | 11001100 | 1101111 | 1000 | 0 | 101110 | 1100000 | 10100 | 100000 | 1011100 | 101010 |
Color Harmonies of #CC6F08
Complementary color
Monochromatic Colors of #CC6F08
Black with #CC6F08
Text Example
Text Example
White with #CC6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F08; }
p { color: rgb(204,111,8); }
H1.HeaderClassName
{
color: #CC6F08;
}
.AnyTagClassName
{
color: #CC6F08;
}
</style>
background-color css
<style>
a { background-color: #CC6F08; }
a { background-color: rgb(204,111,8); }
div.DivClassName
{
background-color: #CC6F08;
}
.BgClassName
{
background-color: #CC6F08;
}
</style>
border-color css
<style>
span { border-color: #CC6F08; }
span { border-color: rgb(204,111,8); }
td.TdClassName
{
border-color: #CC6F08;
}
.TagClassName
{
border-color: #CC6F08;
}
</style>