Shades of Chocolate #C66415
Tints of Chocolate #C66415
RGB
CMYK
RGB Variations
Color information
#C66415 (or 0xC66415) is known color: Chocolate. HEX triplet: C6, 64 and 15. RGB value is (198,100,21). Sum of RGB (Red+Green+Blue) = 198+100+21=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C66415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66415 is #399BEA. Grayscale: #787878. Windows color (decimal): -3775467 or 1402054. OLE color: 1402054.
HSL color Cylindrical-coordinate representation of color #C66415: hue angle of 26.78º 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 #C66415 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 21 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.22 |
| HSL | 26.78º | 0.81% | 0.43% | - |
| HSV(B) | 26.78º | 0.89% | 0.78% | - |
| XYZ | 27.98 | 21.17 | 3.32 | - |
| YUV | 120.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 21 | 0 | 0.49 | 0.89 | 0.22 | 26.78 | 0.81 | 0.43 |
| Hex | C6 | 64 | 15 | 0 | 31 | 59 | 16 | 1B | 51 | 2B |
| Octal | 306 | 144 | 25 | 0 | 61 | 131 | 26 | 33 | 121 | 53 |
| Binary | 11000110 | 1100100 | 10101 | 0 | 110001 | 1011001 | 10110 | 11011 | 1010001 | 101011 |
Color Harmonies of #C66415
Complementary color
Monochromatic Colors of #C66415
Black with #C66415
Text Example
Text Example
White with #C66415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66415; }
p { color: rgb(198,100,21); }
H1.HeaderClassName
{
color: #C66415;
}
.AnyTagClassName
{
color: #C66415;
}
</style>
background-color css
<style>
a { background-color: #C66415; }
a { background-color: rgb(198,100,21); }
div.DivClassName
{
background-color: #C66415;
}
.BgClassName
{
background-color: #C66415;
}
</style>
border-color css
<style>
span { border-color: #C66415; }
span { border-color: rgb(198,100,21); }
td.TdClassName
{
border-color: #C66415;
}
.TagClassName
{
border-color: #C66415;
}
</style>