Shades of Chocolate #C66410
Tints of Chocolate #C66410
RGB
CMYK
RGB Variations
Color information
#C66410 (or 0xC66410) is known color: Chocolate. HEX triplet: C6, 64 and 10. RGB value is (198,100,16). Sum of RGB (Red+Green+Blue) = 198+100+16=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C66410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66410 is #399BEF. Grayscale: #787878. Windows color (decimal): -3775472 or 1074374. OLE color: 1074374.
HSL color Cylindrical-coordinate representation of color #C66410: hue angle of 27.69º 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 #C66410 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 16 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.22 |
| HSL | 27.69º | 0.85% | 0.42% | - |
| HSV(B) | 27.69º | 0.92% | 0.78% | - |
| XYZ | 27.94 | 21.16 | 3.1 | - |
| YUV | 119.73 | 69.47 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 16 | 0 | 0.49 | 0.92 | 0.22 | 27.69 | 0.85 | 0.42 |
| Hex | C6 | 64 | 10 | 0 | 31 | 5C | 16 | 1C | 55 | 2A |
| Octal | 306 | 144 | 20 | 0 | 61 | 134 | 26 | 34 | 125 | 52 |
| Binary | 11000110 | 1100100 | 10000 | 0 | 110001 | 1011100 | 10110 | 11100 | 1010101 | 101010 |
Color Harmonies of #C66410
Complementary color
Monochromatic Colors of #C66410
Black with #C66410
Text Example
Text Example
White with #C66410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66410; }
p { color: rgb(198,100,16); }
H1.HeaderClassName
{
color: #C66410;
}
.AnyTagClassName
{
color: #C66410;
}
</style>
background-color css
<style>
a { background-color: #C66410; }
a { background-color: rgb(198,100,16); }
div.DivClassName
{
background-color: #C66410;
}
.BgClassName
{
background-color: #C66410;
}
</style>
border-color css
<style>
span { border-color: #C66410; }
span { border-color: rgb(198,100,16); }
td.TdClassName
{
border-color: #C66410;
}
.TagClassName
{
border-color: #C66410;
}
</style>