Shades of Chocolate #C06714
Tints of Chocolate #C06714
RGB
CMYK
RGB Variations
Color information
#C06714 (or 0xC06714) is known color: Chocolate. HEX triplet: C0, 67 and 14. RGB value is (192,103,20). Sum of RGB (Red+Green+Blue) = 192+103+20=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06714 is #3F98EB. Grayscale: #787878. Windows color (decimal): -4167916 or 1337280. OLE color: 1337280.
HSL color Cylindrical-coordinate representation of color #C06714: hue angle of 28.95º 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 #C06714 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.25 |
| HSL | 28.95º | 0.81% | 0.42% | - |
| HSV(B) | 28.95º | 0.9% | 0.75% | - |
| XYZ | 26.71 | 20.96 | 3.3 | - |
| YUV | 120.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 20 | 0 | 0.46 | 0.90 | 0.25 | 28.95 | 0.81 | 0.42 |
| Hex | C0 | 67 | 14 | 0 | 2E | 5A | 19 | 1D | 51 | 2A |
| Octal | 300 | 147 | 24 | 0 | 56 | 132 | 31 | 35 | 121 | 52 |
| Binary | 11000000 | 1100111 | 10100 | 0 | 101110 | 1011010 | 11001 | 11101 | 1010001 | 101010 |
Color Harmonies of #C06714
Complementary color
Monochromatic Colors of #C06714
Black with #C06714
Text Example
Text Example
White with #C06714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06714; }
p { color: rgb(192,103,20); }
H1.HeaderClassName
{
color: #C06714;
}
.AnyTagClassName
{
color: #C06714;
}
</style>
background-color css
<style>
a { background-color: #C06714; }
a { background-color: rgb(192,103,20); }
div.DivClassName
{
background-color: #C06714;
}
.BgClassName
{
background-color: #C06714;
}
</style>
border-color css
<style>
span { border-color: #C06714; }
span { border-color: rgb(192,103,20); }
td.TdClassName
{
border-color: #C06714;
}
.TagClassName
{
border-color: #C06714;
}
</style>