Shades of Chocolate #C76E09
Tints of Chocolate #C76E09
RGB
CMYK
RGB Variations
Color information
#C76E09 (or 0xC76E09) is known color: Chocolate. HEX triplet: C7, 6E and 09. RGB value is (199,110,9). Sum of RGB (Red+Green+Blue) = 199+110+9=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76E09 is #3891F6. Grayscale: #7D7D7D. Windows color (decimal): -3707383 or 618183. OLE color: 618183.
HSL color Cylindrical-coordinate representation of color #C76E09: hue angle of 31.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C76E09 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 9 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.22 |
| HSL | 31.89º | 0.91% | 0.41% | - |
| HSV(B) | 31.89º | 0.95% | 0.78% | - |
| XYZ | 29.18 | 23.31 | 3.22 | - |
| YUV | 125.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 9 | 0 | 0.45 | 0.95 | 0.22 | 31.89 | 0.91 | 0.41 |
| Hex | C7 | 6E | 9 | 0 | 2D | 5F | 16 | 20 | 5B | 29 |
| Octal | 307 | 156 | 11 | 0 | 55 | 137 | 26 | 40 | 133 | 51 |
| Binary | 11000111 | 1101110 | 1001 | 0 | 101101 | 1011111 | 10110 | 100000 | 1011011 | 101001 |
Color Harmonies of #C76E09
Complementary color
Monochromatic Colors of #C76E09
Black with #C76E09
Text Example
Text Example
White with #C76E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E09; }
p { color: rgb(199,110,9); }
H1.HeaderClassName
{
color: #C76E09;
}
.AnyTagClassName
{
color: #C76E09;
}
</style>
background-color css
<style>
a { background-color: #C76E09; }
a { background-color: rgb(199,110,9); }
div.DivClassName
{
background-color: #C76E09;
}
.BgClassName
{
background-color: #C76E09;
}
</style>
border-color css
<style>
span { border-color: #C76E09; }
span { border-color: rgb(199,110,9); }
td.TdClassName
{
border-color: #C76E09;
}
.TagClassName
{
border-color: #C76E09;
}
</style>