Shades of Chocolate #C66219
Tints of Chocolate #C66219
RGB
CMYK
RGB Variations
Color information
#C66219 (or 0xC66219) is known color: Chocolate. HEX triplet: C6, 62 and 19. RGB value is (198,98,25). Sum of RGB (Red+Green+Blue) = 198+98+25=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C66219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66219 is #399DE6. Grayscale: #777777. Windows color (decimal): -3775975 or 1663686. OLE color: 1663686.
HSL color Cylindrical-coordinate representation of color #C66219: hue angle of 25.32º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C66219 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 25 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.22 |
| HSL | 25.32º | 0.78% | 0.44% | - |
| HSV(B) | 25.32º | 0.87% | 0.78% | - |
| XYZ | 27.83 | 20.81 | 3.47 | - |
| YUV | 119.58 | 74.63 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 25 | 0 | 0.51 | 0.87 | 0.22 | 25.32 | 0.78 | 0.44 |
| Hex | C6 | 62 | 19 | 0 | 33 | 57 | 16 | 19 | 4E | 2C |
| Octal | 306 | 142 | 31 | 0 | 63 | 127 | 26 | 31 | 116 | 54 |
| Binary | 11000110 | 1100010 | 11001 | 0 | 110011 | 1010111 | 10110 | 11001 | 1001110 | 101100 |
Color Harmonies of #C66219
Complementary color
Monochromatic Colors of #C66219
Black with #C66219
Text Example
Text Example
White with #C66219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66219; }
p { color: rgb(198,98,25); }
H1.HeaderClassName
{
color: #C66219;
}
.AnyTagClassName
{
color: #C66219;
}
</style>
background-color css
<style>
a { background-color: #C66219; }
a { background-color: rgb(198,98,25); }
div.DivClassName
{
background-color: #C66219;
}
.BgClassName
{
background-color: #C66219;
}
</style>
border-color css
<style>
span { border-color: #C66219; }
span { border-color: rgb(198,98,25); }
td.TdClassName
{
border-color: #C66219;
}
.TagClassName
{
border-color: #C66219;
}
</style>