Shades of Chocolate #C06912
Tints of Chocolate #C06912
RGB
CMYK
RGB Variations
Color information
#C06912 (or 0xC06912) is known color: Chocolate. HEX triplet: C0, 69 and 12. RGB value is (192,105,18). Sum of RGB (Red+Green+Blue) = 192+105+18=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06912 is #3F96ED. Grayscale: #797979. Windows color (decimal): -4167406 or 1206720. OLE color: 1206720.
HSL color Cylindrical-coordinate representation of color #C06912: hue angle of 30º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C06912 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 18 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.25 |
| HSL | 30º | 0.83% | 0.41% | - |
| HSV(B) | 30º | 0.91% | 0.75% | - |
| XYZ | 26.9 | 21.35 | 3.28 | - |
| YUV | 121.1 | 69.82 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 18 | 0 | 0.45 | 0.91 | 0.25 | 30 | 0.83 | 0.41 |
| Hex | C0 | 69 | 12 | 0 | 2D | 5B | 19 | 1E | 53 | 29 |
| Octal | 300 | 151 | 22 | 0 | 55 | 133 | 31 | 36 | 123 | 51 |
| Binary | 11000000 | 1101001 | 10010 | 0 | 101101 | 1011011 | 11001 | 11110 | 1010011 | 101001 |
Color Harmonies of #C06912
Complementary color
Monochromatic Colors of #C06912
Black with #C06912
Text Example
Text Example
White with #C06912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06912; }
p { color: rgb(192,105,18); }
H1.HeaderClassName
{
color: #C06912;
}
.AnyTagClassName
{
color: #C06912;
}
</style>
background-color css
<style>
a { background-color: #C06912; }
a { background-color: rgb(192,105,18); }
div.DivClassName
{
background-color: #C06912;
}
.BgClassName
{
background-color: #C06912;
}
</style>
border-color css
<style>
span { border-color: #C06912; }
span { border-color: rgb(192,105,18); }
td.TdClassName
{
border-color: #C06912;
}
.TagClassName
{
border-color: #C06912;
}
</style>