Shades of Chocolate #C66D10
Tints of Chocolate #C66D10
RGB
CMYK
RGB Variations
Color information
#C66D10 (or 0xC66D10) is known color: Chocolate. HEX triplet: C6, 6D and 10. RGB value is (198,109,16). Sum of RGB (Red+Green+Blue) = 198+109+16=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66D10 is #3992EF. Grayscale: #7D7D7D. Windows color (decimal): -3773168 or 1076678. OLE color: 1076678.
HSL color Cylindrical-coordinate representation of color #C66D10: hue angle of 30.66º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C66D10 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 16 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.22 |
| HSL | 30.66º | 0.85% | 0.42% | - |
| HSV(B) | 30.66º | 0.92% | 0.78% | - |
| XYZ | 28.85 | 22.98 | 3.41 | - |
| YUV | 125.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 16 | 0 | 0.45 | 0.92 | 0.22 | 30.66 | 0.85 | 0.42 |
| Hex | C6 | 6D | 10 | 0 | 2D | 5C | 16 | 1F | 55 | 2A |
| Octal | 306 | 155 | 20 | 0 | 55 | 134 | 26 | 37 | 125 | 52 |
| Binary | 11000110 | 1101101 | 10000 | 0 | 101101 | 1011100 | 10110 | 11111 | 1010101 | 101010 |
Color Harmonies of #C66D10
Complementary color
Monochromatic Colors of #C66D10
Black with #C66D10
Text Example
Text Example
White with #C66D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D10; }
p { color: rgb(198,109,16); }
H1.HeaderClassName
{
color: #C66D10;
}
.AnyTagClassName
{
color: #C66D10;
}
</style>
background-color css
<style>
a { background-color: #C66D10; }
a { background-color: rgb(198,109,16); }
div.DivClassName
{
background-color: #C66D10;
}
.BgClassName
{
background-color: #C66D10;
}
</style>
border-color css
<style>
span { border-color: #C66D10; }
span { border-color: rgb(198,109,16); }
td.TdClassName
{
border-color: #C66D10;
}
.TagClassName
{
border-color: #C66D10;
}
</style>