Shades of Chocolate #C06114
Tints of Chocolate #C06114
RGB
CMYK
RGB Variations
Color information
#C06114 (or 0xC06114) is known color: Chocolate. HEX triplet: C0, 61 and 14. RGB value is (192,97,20). Sum of RGB (Red+Green+Blue) = 192+97+20=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C06114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06114 is #3F9EEB. Grayscale: #757575. Windows color (decimal): -4169452 or 1335744. OLE color: 1335744.
HSL color Cylindrical-coordinate representation of color #C06114: hue angle of 26.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06114 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 20 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.25 |
| HSL | 26.86º | 0.81% | 0.42% | - |
| HSV(B) | 26.86º | 0.9% | 0.75% | - |
| XYZ | 26.14 | 19.81 | 3.11 | - |
| YUV | 116.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 20 | 0 | 0.49 | 0.90 | 0.25 | 26.86 | 0.81 | 0.42 |
| Hex | C0 | 61 | 14 | 0 | 31 | 5A | 19 | 1B | 51 | 2A |
| Octal | 300 | 141 | 24 | 0 | 61 | 132 | 31 | 33 | 121 | 52 |
| Binary | 11000000 | 1100001 | 10100 | 0 | 110001 | 1011010 | 11001 | 11011 | 1010001 | 101010 |
Color Harmonies of #C06114
Complementary color
Monochromatic Colors of #C06114
Black with #C06114
Text Example
Text Example
White with #C06114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06114; }
p { color: rgb(192,97,20); }
H1.HeaderClassName
{
color: #C06114;
}
.AnyTagClassName
{
color: #C06114;
}
</style>
background-color css
<style>
a { background-color: #C06114; }
a { background-color: rgb(192,97,20); }
div.DivClassName
{
background-color: #C06114;
}
.BgClassName
{
background-color: #C06114;
}
</style>
border-color css
<style>
span { border-color: #C06114; }
span { border-color: rgb(192,97,20); }
td.TdClassName
{
border-color: #C06114;
}
.TagClassName
{
border-color: #C06114;
}
</style>