Shades of Chocolate #C66411
Tints of Chocolate #C66411
RGB
CMYK
RGB Variations
Color information
#C66411 (or 0xC66411) is known color: Chocolate. HEX triplet: C6, 64 and 11. RGB value is (198,100,17). Sum of RGB (Red+Green+Blue) = 198+100+17=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C66411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66411 is #399BEE. Grayscale: #787878. Windows color (decimal): -3775471 or 1139910. OLE color: 1139910.
HSL color Cylindrical-coordinate representation of color #C66411: hue angle of 27.51º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C66411 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 17 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.22 |
| HSL | 27.51º | 0.84% | 0.42% | - |
| HSV(B) | 27.51º | 0.91% | 0.78% | - |
| XYZ | 27.95 | 21.16 | 3.14 | - |
| YUV | 119.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 17 | 0 | 0.49 | 0.91 | 0.22 | 27.51 | 0.84 | 0.42 |
| Hex | C6 | 64 | 11 | 0 | 31 | 5B | 16 | 1C | 54 | 2A |
| Octal | 306 | 144 | 21 | 0 | 61 | 133 | 26 | 34 | 124 | 52 |
| Binary | 11000110 | 1100100 | 10001 | 0 | 110001 | 1011011 | 10110 | 11100 | 1010100 | 101010 |
Color Harmonies of #C66411
Complementary color
Monochromatic Colors of #C66411
Black with #C66411
Text Example
Text Example
White with #C66411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66411; }
p { color: rgb(198,100,17); }
H1.HeaderClassName
{
color: #C66411;
}
.AnyTagClassName
{
color: #C66411;
}
</style>
background-color css
<style>
a { background-color: #C66411; }
a { background-color: rgb(198,100,17); }
div.DivClassName
{
background-color: #C66411;
}
.BgClassName
{
background-color: #C66411;
}
</style>
border-color css
<style>
span { border-color: #C66411; }
span { border-color: rgb(198,100,17); }
td.TdClassName
{
border-color: #C66411;
}
.TagClassName
{
border-color: #C66411;
}
</style>