Shades of Chocolate #C76D09
Tints of Chocolate #C76D09
RGB
CMYK
RGB Variations
Color information
#C76D09 (or 0xC76D09) is known color: Chocolate. HEX triplet: C7, 6D and 09. RGB value is (199,109,9). Sum of RGB (Red+Green+Blue) = 199+109+9=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D09 is #3892F6. Grayscale: #7C7C7C. Windows color (decimal): -3707639 or 617927. OLE color: 617927.
HSL color Cylindrical-coordinate representation of color #C76D09: hue angle of 31.58º 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 #C76D09 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 9 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.22 |
| HSL | 31.58º | 0.91% | 0.41% | - |
| HSV(B) | 31.58º | 0.95% | 0.78% | - |
| XYZ | 29.07 | 23.1 | 3.18 | - |
| YUV | 124.51 | 62.82 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 9 | 0 | 0.45 | 0.95 | 0.22 | 31.58 | 0.91 | 0.41 |
| Hex | C7 | 6D | 9 | 0 | 2D | 5F | 16 | 20 | 5B | 29 |
| Octal | 307 | 155 | 11 | 0 | 55 | 137 | 26 | 40 | 133 | 51 |
| Binary | 11000111 | 1101101 | 1001 | 0 | 101101 | 1011111 | 10110 | 100000 | 1011011 | 101001 |
Color Harmonies of #C76D09
Complementary color
Monochromatic Colors of #C76D09
Black with #C76D09
Text Example
Text Example
White with #C76D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D09; }
p { color: rgb(199,109,9); }
H1.HeaderClassName
{
color: #C76D09;
}
.AnyTagClassName
{
color: #C76D09;
}
</style>
background-color css
<style>
a { background-color: #C76D09; }
a { background-color: rgb(199,109,9); }
div.DivClassName
{
background-color: #C76D09;
}
.BgClassName
{
background-color: #C76D09;
}
</style>
border-color css
<style>
span { border-color: #C76D09; }
span { border-color: rgb(199,109,9); }
td.TdClassName
{
border-color: #C76D09;
}
.TagClassName
{
border-color: #C76D09;
}
</style>