Shades of Chocolate #CC6F0B
Tints of Chocolate #CC6F0B
RGB
CMYK
RGB Variations
Color information
#CC6F0B (or 0xCC6F0B) is known color: Chocolate. HEX triplet: CC, 6F and 0B. RGB value is (204,111,11). Sum of RGB (Red+Green+Blue) = 204+111+11=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6F0B is #3390F4. Grayscale: #7F7F7F. Windows color (decimal): -3379445 or 749516. OLE color: 749516.
HSL color Cylindrical-coordinate representation of color #CC6F0B: hue angle of 31.09º degrees, saturation: 0.9, 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 #CC6F0B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.2 |
| HSL | 31.09º | 0.9% | 0.42% | - |
| HSV(B) | 31.09º | 0.95% | 0.8% | - |
| XYZ | 30.65 | 24.23 | 3.38 | - |
| YUV | 127.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 11 | 0 | 0.46 | 0.95 | 0.2 | 31.09 | 0.9 | 0.42 |
| Hex | CC | 6F | B | 0 | 2E | 5F | 14 | 1F | 5A | 2A |
| Octal | 314 | 157 | 13 | 0 | 56 | 137 | 24 | 37 | 132 | 52 |
| Binary | 11001100 | 1101111 | 1011 | 0 | 101110 | 1011111 | 10100 | 11111 | 1011010 | 101010 |
Color Harmonies of #CC6F0B
Complementary color
Monochromatic Colors of #CC6F0B
Black with #CC6F0B
Text Example
Text Example
White with #CC6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F0B; }
p { color: rgb(204,111,11); }
H1.HeaderClassName
{
color: #CC6F0B;
}
.AnyTagClassName
{
color: #CC6F0B;
}
</style>
background-color css
<style>
a { background-color: #CC6F0B; }
a { background-color: rgb(204,111,11); }
div.DivClassName
{
background-color: #CC6F0B;
}
.BgClassName
{
background-color: #CC6F0B;
}
</style>
border-color css
<style>
span { border-color: #CC6F0B; }
span { border-color: rgb(204,111,11); }
td.TdClassName
{
border-color: #CC6F0B;
}
.TagClassName
{
border-color: #CC6F0B;
}
</style>