Shades of Chocolate #C06612
Tints of Chocolate #C06612
RGB
CMYK
RGB Variations
Color information
#C06612 (or 0xC06612) is known color: Chocolate. HEX triplet: C0, 66 and 12. RGB value is (192,102,18). Sum of RGB (Red+Green+Blue) = 192+102+18=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06612 is #3F99ED. Grayscale: #777777. Windows color (decimal): -4168174 or 1205952. OLE color: 1205952.
HSL color Cylindrical-coordinate representation of color #C06612: hue angle of 28.97º 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 #C06612 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.25 |
| HSL | 28.97º | 0.83% | 0.41% | - |
| HSV(B) | 28.97º | 0.91% | 0.75% | - |
| XYZ | 26.6 | 20.75 | 3.18 | - |
| YUV | 119.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 18 | 0 | 0.47 | 0.91 | 0.25 | 28.97 | 0.83 | 0.41 |
| Hex | C0 | 66 | 12 | 0 | 2F | 5B | 19 | 1D | 53 | 29 |
| Octal | 300 | 146 | 22 | 0 | 57 | 133 | 31 | 35 | 123 | 51 |
| Binary | 11000000 | 1100110 | 10010 | 0 | 101111 | 1011011 | 11001 | 11101 | 1010011 | 101001 |
Color Harmonies of #C06612
Complementary color
Monochromatic Colors of #C06612
Black with #C06612
Text Example
Text Example
White with #C06612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06612; }
p { color: rgb(192,102,18); }
H1.HeaderClassName
{
color: #C06612;
}
.AnyTagClassName
{
color: #C06612;
}
</style>
background-color css
<style>
a { background-color: #C06612; }
a { background-color: rgb(192,102,18); }
div.DivClassName
{
background-color: #C06612;
}
.BgClassName
{
background-color: #C06612;
}
</style>
border-color css
<style>
span { border-color: #C06612; }
span { border-color: rgb(192,102,18); }
td.TdClassName
{
border-color: #C06612;
}
.TagClassName
{
border-color: #C06612;
}
</style>