Shades of Chocolate #C76615
Tints of Chocolate #C76615
RGB
CMYK
RGB Variations
Color information
#C76615 (or 0xC76615) is known color: Chocolate. HEX triplet: C7, 66 and 15. RGB value is (199,102,21). Sum of RGB (Red+Green+Blue) = 199+102+21=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C76615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76615 is #3899EA. Grayscale: #7A7A7A. Windows color (decimal): -3709419 or 1402567. OLE color: 1402567.
HSL color Cylindrical-coordinate representation of color #C76615: hue angle of 27.3º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76615 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 21 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.22 |
| HSL | 27.3º | 0.81% | 0.43% | - |
| HSV(B) | 27.3º | 0.89% | 0.78% | - |
| XYZ | 28.44 | 21.7 | 3.4 | - |
| YUV | 121.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 21 | 0 | 0.49 | 0.89 | 0.22 | 27.3 | 0.81 | 0.43 |
| Hex | C7 | 66 | 15 | 0 | 31 | 59 | 16 | 1B | 51 | 2B |
| Octal | 307 | 146 | 25 | 0 | 61 | 131 | 26 | 33 | 121 | 53 |
| Binary | 11000111 | 1100110 | 10101 | 0 | 110001 | 1011001 | 10110 | 11011 | 1010001 | 101011 |
Color Harmonies of #C76615
Complementary color
Monochromatic Colors of #C76615
Black with #C76615
Text Example
Text Example
White with #C76615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76615; }
p { color: rgb(199,102,21); }
H1.HeaderClassName
{
color: #C76615;
}
.AnyTagClassName
{
color: #C76615;
}
</style>
background-color css
<style>
a { background-color: #C76615; }
a { background-color: rgb(199,102,21); }
div.DivClassName
{
background-color: #C76615;
}
.BgClassName
{
background-color: #C76615;
}
</style>
border-color css
<style>
span { border-color: #C76615; }
span { border-color: rgb(199,102,21); }
td.TdClassName
{
border-color: #C76615;
}
.TagClassName
{
border-color: #C76615;
}
</style>