Shades of Chocolate #CC6F09
Tints of Chocolate #CC6F09
RGB
CMYK
RGB Variations
Color information
#CC6F09 (or 0xCC6F09) is known color: Chocolate. HEX triplet: CC, 6F and 09. RGB value is (204,111,9). Sum of RGB (Red+Green+Blue) = 204+111+9=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6F09 is #3390F6. Grayscale: #7F7F7F. Windows color (decimal): -3379447 or 618444. OLE color: 618444.
HSL color Cylindrical-coordinate representation of color #CC6F09: hue angle of 31.38º 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 #CC6F09 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.2 |
| HSL | 31.38º | 0.92% | 0.42% | - |
| HSV(B) | 31.38º | 0.96% | 0.8% | - |
| XYZ | 30.64 | 24.23 | 3.32 | - |
| YUV | 127.18 | 61.31 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 9 | 0 | 0.46 | 0.96 | 0.2 | 31.38 | 0.92 | 0.42 |
| Hex | CC | 6F | 9 | 0 | 2E | 60 | 14 | 1F | 5C | 2A |
| Octal | 314 | 157 | 11 | 0 | 56 | 140 | 24 | 37 | 134 | 52 |
| Binary | 11001100 | 1101111 | 1001 | 0 | 101110 | 1100000 | 10100 | 11111 | 1011100 | 101010 |
Color Harmonies of #CC6F09
Complementary color
Monochromatic Colors of #CC6F09
Black with #CC6F09
Text Example
Text Example
White with #CC6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F09; }
p { color: rgb(204,111,9); }
H1.HeaderClassName
{
color: #CC6F09;
}
.AnyTagClassName
{
color: #CC6F09;
}
</style>
background-color css
<style>
a { background-color: #CC6F09; }
a { background-color: rgb(204,111,9); }
div.DivClassName
{
background-color: #CC6F09;
}
.BgClassName
{
background-color: #CC6F09;
}
</style>
border-color css
<style>
span { border-color: #CC6F09; }
span { border-color: rgb(204,111,9); }
td.TdClassName
{
border-color: #CC6F09;
}
.TagClassName
{
border-color: #CC6F09;
}
</style>