Shades of Chocolate #C66218
Tints of Chocolate #C66218
RGB
CMYK
RGB Variations
Color information
#C66218 (or 0xC66218) is known color: Chocolate. HEX triplet: C6, 62 and 18. RGB value is (198,98,24). Sum of RGB (Red+Green+Blue) = 198+98+24=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C66218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66218 is #399DE7. Grayscale: #777777. Windows color (decimal): -3775976 or 1598150. OLE color: 1598150.
HSL color Cylindrical-coordinate representation of color #C66218: hue angle of 25.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66218 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 24 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.22 |
| HSL | 25.52º | 0.78% | 0.44% | - |
| HSV(B) | 25.52º | 0.88% | 0.78% | - |
| XYZ | 27.82 | 20.81 | 3.41 | - |
| YUV | 119.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 24 | 0 | 0.51 | 0.88 | 0.22 | 25.52 | 0.78 | 0.44 |
| Hex | C6 | 62 | 18 | 0 | 33 | 58 | 16 | 1A | 4E | 2C |
| Octal | 306 | 142 | 30 | 0 | 63 | 130 | 26 | 32 | 116 | 54 |
| Binary | 11000110 | 1100010 | 11000 | 0 | 110011 | 1011000 | 10110 | 11010 | 1001110 | 101100 |
Color Harmonies of #C66218
Complementary color
Monochromatic Colors of #C66218
Black with #C66218
Text Example
Text Example
White with #C66218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66218; }
p { color: rgb(198,98,24); }
H1.HeaderClassName
{
color: #C66218;
}
.AnyTagClassName
{
color: #C66218;
}
</style>
background-color css
<style>
a { background-color: #C66218; }
a { background-color: rgb(198,98,24); }
div.DivClassName
{
background-color: #C66218;
}
.BgClassName
{
background-color: #C66218;
}
</style>
border-color css
<style>
span { border-color: #C66218; }
span { border-color: rgb(198,98,24); }
td.TdClassName
{
border-color: #C66218;
}
.TagClassName
{
border-color: #C66218;
}
</style>