Shades of Chocolate #C06C0B
Tints of Chocolate #C06C0B
RGB
CMYK
RGB Variations
Color information
#C06C0B (or 0xC06C0B) is known color: Chocolate. HEX triplet: C0, 6C and 0B. RGB value is (192,108,11). Sum of RGB (Red+Green+Blue) = 192+108+11=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C0B is #3F93F4. Grayscale: #7A7A7A. Windows color (decimal): -4166645 or 748736. OLE color: 748736.
HSL color Cylindrical-coordinate representation of color #C06C0B: hue angle of 32.15º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C06C0B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.25 |
| HSL | 32.15º | 0.89% | 0.4% | - |
| HSV(B) | 32.15º | 0.94% | 0.75% | - |
| XYZ | 27.16 | 21.96 | 3.12 | - |
| YUV | 122.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 11 | 0 | 0.44 | 0.94 | 0.25 | 32.15 | 0.89 | 0.4 |
| Hex | C0 | 6C | B | 0 | 2C | 5E | 19 | 20 | 59 | 28 |
| Octal | 300 | 154 | 13 | 0 | 54 | 136 | 31 | 40 | 131 | 50 |
| Binary | 11000000 | 1101100 | 1011 | 0 | 101100 | 1011110 | 11001 | 100000 | 1011001 | 101000 |
Color Harmonies of #C06C0B
Complementary color
Monochromatic Colors of #C06C0B
Black with #C06C0B
Text Example
Text Example
White with #C06C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C0B; }
p { color: rgb(192,108,11); }
H1.HeaderClassName
{
color: #C06C0B;
}
.AnyTagClassName
{
color: #C06C0B;
}
</style>
background-color css
<style>
a { background-color: #C06C0B; }
a { background-color: rgb(192,108,11); }
div.DivClassName
{
background-color: #C06C0B;
}
.BgClassName
{
background-color: #C06C0B;
}
</style>
border-color css
<style>
span { border-color: #C06C0B; }
span { border-color: rgb(192,108,11); }
td.TdClassName
{
border-color: #C06C0B;
}
.TagClassName
{
border-color: #C06C0B;
}
</style>