Shades of Chocolate #C06013
Tints of Chocolate #C06013
RGB
CMYK
RGB Variations
Color information
#C06013 (or 0xC06013) is known color: Chocolate. HEX triplet: C0, 60 and 13. RGB value is (192,96,19). Sum of RGB (Red+Green+Blue) = 192+96+19=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C06013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06013 is #3F9FEC. Grayscale: #747474. Windows color (decimal): -4169709 or 1269952. OLE color: 1269952.
HSL color Cylindrical-coordinate representation of color #C06013: hue angle of 26.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06013 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 19 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.25 |
| HSL | 26.71º | 0.82% | 0.41% | - |
| HSV(B) | 26.71º | 0.9% | 0.75% | - |
| XYZ | 26.04 | 19.62 | 3.03 | - |
| YUV | 115.93 | 73.3 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 19 | 0 | 0.50 | 0.90 | 0.25 | 26.71 | 0.82 | 0.41 |
| Hex | C0 | 60 | 13 | 0 | 32 | 5A | 19 | 1B | 52 | 29 |
| Octal | 300 | 140 | 23 | 0 | 62 | 132 | 31 | 33 | 122 | 51 |
| Binary | 11000000 | 1100000 | 10011 | 0 | 110010 | 1011010 | 11001 | 11011 | 1010010 | 101001 |
Color Harmonies of #C06013
Complementary color
Monochromatic Colors of #C06013
Black with #C06013
Text Example
Text Example
White with #C06013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06013; }
p { color: rgb(192,96,19); }
H1.HeaderClassName
{
color: #C06013;
}
.AnyTagClassName
{
color: #C06013;
}
</style>
background-color css
<style>
a { background-color: #C06013; }
a { background-color: rgb(192,96,19); }
div.DivClassName
{
background-color: #C06013;
}
.BgClassName
{
background-color: #C06013;
}
</style>
border-color css
<style>
span { border-color: #C06013; }
span { border-color: rgb(192,96,19); }
td.TdClassName
{
border-color: #C06013;
}
.TagClassName
{
border-color: #C06013;
}
</style>