Shades of Chocolate #C7660E
Tints of Chocolate #C7660E
RGB
CMYK
RGB Variations
Color information
#C7660E (or 0xC7660E) is known color: Chocolate. HEX triplet: C7, 66 and 0E. RGB value is (199,102,14). Sum of RGB (Red+Green+Blue) = 199+102+14=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7660E is #3899F1. Grayscale: #797979. Windows color (decimal): -3709426 or 943815. OLE color: 943815.
HSL color Cylindrical-coordinate representation of color #C7660E: hue angle of 28.54º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7660E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.22 |
| HSL | 28.54º | 0.87% | 0.42% | - |
| HSV(B) | 28.54º | 0.93% | 0.78% | - |
| XYZ | 28.38 | 21.68 | 3.1 | - |
| YUV | 120.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 14 | 0 | 0.49 | 0.93 | 0.22 | 28.54 | 0.87 | 0.42 |
| Hex | C7 | 66 | E | 0 | 31 | 5D | 16 | 1D | 57 | 2A |
| Octal | 307 | 146 | 16 | 0 | 61 | 135 | 26 | 35 | 127 | 52 |
| Binary | 11000111 | 1100110 | 1110 | 0 | 110001 | 1011101 | 10110 | 11101 | 1010111 | 101010 |
Color Harmonies of #C7660E
Complementary color
Monochromatic Colors of #C7660E
Black with #C7660E
Text Example
Text Example
White with #C7660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7660E; }
p { color: rgb(199,102,14); }
H1.HeaderClassName
{
color: #C7660E;
}
.AnyTagClassName
{
color: #C7660E;
}
</style>
background-color css
<style>
a { background-color: #C7660E; }
a { background-color: rgb(199,102,14); }
div.DivClassName
{
background-color: #C7660E;
}
.BgClassName
{
background-color: #C7660E;
}
</style>
border-color css
<style>
span { border-color: #C7660E; }
span { border-color: rgb(199,102,14); }
td.TdClassName
{
border-color: #C7660E;
}
.TagClassName
{
border-color: #C7660E;
}
</style>