Shades of Chocolate #C66D17
Tints of Chocolate #C66D17
RGB
CMYK
RGB Variations
Color information
#C66D17 (or 0xC66D17) is known color: Chocolate. HEX triplet: C6, 6D and 17. RGB value is (198,109,23). Sum of RGB (Red+Green+Blue) = 198+109+23=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66D17 is #3992E8. Grayscale: #7E7E7E. Windows color (decimal): -3773161 or 1535430. OLE color: 1535430.
HSL color Cylindrical-coordinate representation of color #C66D17: hue angle of 29.49º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66D17 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.22 |
| HSL | 29.49º | 0.79% | 0.43% | - |
| HSV(B) | 29.49º | 0.88% | 0.78% | - |
| XYZ | 28.91 | 23 | 3.73 | - |
| YUV | 125.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 23 | 0 | 0.45 | 0.88 | 0.22 | 29.49 | 0.79 | 0.43 |
| Hex | C6 | 6D | 17 | 0 | 2D | 58 | 16 | 1D | 4F | 2B |
| Octal | 306 | 155 | 27 | 0 | 55 | 130 | 26 | 35 | 117 | 53 |
| Binary | 11000110 | 1101101 | 10111 | 0 | 101101 | 1011000 | 10110 | 11101 | 1001111 | 101011 |
Color Harmonies of #C66D17
Complementary color
Monochromatic Colors of #C66D17
Black with #C66D17
Text Example
Text Example
White with #C66D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D17; }
p { color: rgb(198,109,23); }
H1.HeaderClassName
{
color: #C66D17;
}
.AnyTagClassName
{
color: #C66D17;
}
</style>
background-color css
<style>
a { background-color: #C66D17; }
a { background-color: rgb(198,109,23); }
div.DivClassName
{
background-color: #C66D17;
}
.BgClassName
{
background-color: #C66D17;
}
</style>
border-color css
<style>
span { border-color: #C66D17; }
span { border-color: rgb(198,109,23); }
td.TdClassName
{
border-color: #C66D17;
}
.TagClassName
{
border-color: #C66D17;
}
</style>