Shades of Chocolate #C66615
Tints of Chocolate #C66615
RGB
CMYK
RGB Variations
Color information
#C66615 (or 0xC66615) is known color: Chocolate. HEX triplet: C6, 66 and 15. RGB value is (198,102,21). Sum of RGB (Red+Green+Blue) = 198+102+21=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C66615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66615 is #3999EA. Grayscale: #797979. Windows color (decimal): -3774955 or 1402566. OLE color: 1402566.
HSL color Cylindrical-coordinate representation of color #C66615: hue angle of 27.46º 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 #C66615 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 21 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.22 |
| HSL | 27.46º | 0.81% | 0.43% | - |
| HSV(B) | 27.46º | 0.89% | 0.78% | - |
| XYZ | 28.18 | 21.56 | 3.39 | - |
| YUV | 121.47 | 71.3 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 21 | 0 | 0.48 | 0.89 | 0.22 | 27.46 | 0.81 | 0.43 |
| Hex | C6 | 66 | 15 | 0 | 30 | 59 | 16 | 1B | 51 | 2B |
| Octal | 306 | 146 | 25 | 0 | 60 | 131 | 26 | 33 | 121 | 53 |
| Binary | 11000110 | 1100110 | 10101 | 0 | 110000 | 1011001 | 10110 | 11011 | 1010001 | 101011 |
Color Harmonies of #C66615
Complementary color
Monochromatic Colors of #C66615
Black with #C66615
Text Example
Text Example
White with #C66615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66615; }
p { color: rgb(198,102,21); }
H1.HeaderClassName
{
color: #C66615;
}
.AnyTagClassName
{
color: #C66615;
}
</style>
background-color css
<style>
a { background-color: #C66615; }
a { background-color: rgb(198,102,21); }
div.DivClassName
{
background-color: #C66615;
}
.BgClassName
{
background-color: #C66615;
}
</style>
border-color css
<style>
span { border-color: #C66615; }
span { border-color: rgb(198,102,21); }
td.TdClassName
{
border-color: #C66615;
}
.TagClassName
{
border-color: #C66615;
}
</style>