Shades of Chocolate #C76617
Tints of Chocolate #C76617
RGB
CMYK
RGB Variations
Color information
#C76617 (or 0xC76617) is known color: Chocolate. HEX triplet: C7, 66 and 17. RGB value is (199,102,23). Sum of RGB (Red+Green+Blue) = 199+102+23=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C76617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76617 is #3899E8. Grayscale: #7A7A7A. Windows color (decimal): -3709417 or 1533639. OLE color: 1533639.
HSL color Cylindrical-coordinate representation of color #C76617: hue angle of 26.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C76617 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 23 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.22 |
| HSL | 26.93º | 0.79% | 0.44% | - |
| HSV(B) | 26.93º | 0.88% | 0.78% | - |
| XYZ | 28.46 | 21.71 | 3.5 | - |
| YUV | 122 | 72.14 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 23 | 0 | 0.49 | 0.88 | 0.22 | 26.93 | 0.79 | 0.44 |
| Hex | C7 | 66 | 17 | 0 | 31 | 58 | 16 | 1B | 4F | 2C |
| Octal | 307 | 146 | 27 | 0 | 61 | 130 | 26 | 33 | 117 | 54 |
| Binary | 11000111 | 1100110 | 10111 | 0 | 110001 | 1011000 | 10110 | 11011 | 1001111 | 101100 |
Color Harmonies of #C76617
Complementary color
Monochromatic Colors of #C76617
Black with #C76617
Text Example
Text Example
White with #C76617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76617; }
p { color: rgb(199,102,23); }
H1.HeaderClassName
{
color: #C76617;
}
.AnyTagClassName
{
color: #C76617;
}
</style>
background-color css
<style>
a { background-color: #C76617; }
a { background-color: rgb(199,102,23); }
div.DivClassName
{
background-color: #C76617;
}
.BgClassName
{
background-color: #C76617;
}
</style>
border-color css
<style>
span { border-color: #C76617; }
span { border-color: rgb(199,102,23); }
td.TdClassName
{
border-color: #C76617;
}
.TagClassName
{
border-color: #C76617;
}
</style>