Shades of Chocolate #C06713
Tints of Chocolate #C06713
RGB
CMYK
RGB Variations
Color information
#C06713 (or 0xC06713) is known color: Chocolate. HEX triplet: C0, 67 and 13. RGB value is (192,103,19). Sum of RGB (Red+Green+Blue) = 192+103+19=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06713 is #3F98EC. Grayscale: #787878. Windows color (decimal): -4167917 or 1271744. OLE color: 1271744.
HSL color Cylindrical-coordinate representation of color #C06713: hue angle of 29.13º 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 #C06713 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 19 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.25 |
| HSL | 29.13º | 0.82% | 0.41% | - |
| HSV(B) | 29.13º | 0.9% | 0.75% | - |
| XYZ | 26.71 | 20.95 | 3.25 | - |
| YUV | 120.04 | 70.99 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 19 | 0 | 0.46 | 0.90 | 0.25 | 29.13 | 0.82 | 0.41 |
| Hex | C0 | 67 | 13 | 0 | 2E | 5A | 19 | 1D | 52 | 29 |
| Octal | 300 | 147 | 23 | 0 | 56 | 132 | 31 | 35 | 122 | 51 |
| Binary | 11000000 | 1100111 | 10011 | 0 | 101110 | 1011010 | 11001 | 11101 | 1010010 | 101001 |
Color Harmonies of #C06713
Complementary color
Monochromatic Colors of #C06713
Black with #C06713
Text Example
Text Example
White with #C06713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06713; }
p { color: rgb(192,103,19); }
H1.HeaderClassName
{
color: #C06713;
}
.AnyTagClassName
{
color: #C06713;
}
</style>
background-color css
<style>
a { background-color: #C06713; }
a { background-color: rgb(192,103,19); }
div.DivClassName
{
background-color: #C06713;
}
.BgClassName
{
background-color: #C06713;
}
</style>
border-color css
<style>
span { border-color: #C06713; }
span { border-color: rgb(192,103,19); }
td.TdClassName
{
border-color: #C06713;
}
.TagClassName
{
border-color: #C06713;
}
</style>