Shades of Chocolate #C76711
Tints of Chocolate #C76711
RGB
CMYK
RGB Variations
Color information
#C76711 (or 0xC76711) is known color: Chocolate. HEX triplet: C7, 67 and 11. RGB value is (199,103,17). Sum of RGB (Red+Green+Blue) = 199+103+17=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C76711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76711 is #3898EE. Grayscale: #7A7A7A. Windows color (decimal): -3709167 or 1140679. OLE color: 1140679.
HSL color Cylindrical-coordinate representation of color #C76711: hue angle of 28.35º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C76711 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 17 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.22 |
| HSL | 28.35º | 0.84% | 0.42% | - |
| HSV(B) | 28.35º | 0.91% | 0.78% | - |
| XYZ | 28.5 | 21.88 | 3.25 | - |
| YUV | 121.9 | 68.8 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 17 | 0 | 0.48 | 0.91 | 0.22 | 28.35 | 0.84 | 0.42 |
| Hex | C7 | 67 | 11 | 0 | 30 | 5B | 16 | 1C | 54 | 2A |
| Octal | 307 | 147 | 21 | 0 | 60 | 133 | 26 | 34 | 124 | 52 |
| Binary | 11000111 | 1100111 | 10001 | 0 | 110000 | 1011011 | 10110 | 11100 | 1010100 | 101010 |
Color Harmonies of #C76711
Complementary color
Monochromatic Colors of #C76711
Black with #C76711
Text Example
Text Example
White with #C76711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76711; }
p { color: rgb(199,103,17); }
H1.HeaderClassName
{
color: #C76711;
}
.AnyTagClassName
{
color: #C76711;
}
</style>
background-color css
<style>
a { background-color: #C76711; }
a { background-color: rgb(199,103,17); }
div.DivClassName
{
background-color: #C76711;
}
.BgClassName
{
background-color: #C76711;
}
</style>
border-color css
<style>
span { border-color: #C76711; }
span { border-color: rgb(199,103,17); }
td.TdClassName
{
border-color: #C76711;
}
.TagClassName
{
border-color: #C76711;
}
</style>