Shades of Chocolate #C66419
Tints of Chocolate #C66419
RGB
CMYK
RGB Variations
Color information
#C66419 (or 0xC66419) is known color: Chocolate. HEX triplet: C6, 64 and 19. RGB value is (198,100,25). Sum of RGB (Red+Green+Blue) = 198+100+25=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C66419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66419 is #399BE6. Grayscale: #797979. Windows color (decimal): -3775463 or 1664198. OLE color: 1664198.
HSL color Cylindrical-coordinate representation of color #C66419: hue angle of 26.01º 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 #C66419 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 25 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.22 |
| HSL | 26.01º | 0.78% | 0.44% | - |
| HSV(B) | 26.01º | 0.87% | 0.78% | - |
| XYZ | 28.02 | 21.19 | 3.53 | - |
| YUV | 120.75 | 73.97 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 25 | 0 | 0.49 | 0.87 | 0.22 | 26.01 | 0.78 | 0.44 |
| Hex | C6 | 64 | 19 | 0 | 31 | 57 | 16 | 1A | 4E | 2C |
| Octal | 306 | 144 | 31 | 0 | 61 | 127 | 26 | 32 | 116 | 54 |
| Binary | 11000110 | 1100100 | 11001 | 0 | 110001 | 1010111 | 10110 | 11010 | 1001110 | 101100 |
Color Harmonies of #C66419
Complementary color
Monochromatic Colors of #C66419
Black with #C66419
Text Example
Text Example
White with #C66419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66419; }
p { color: rgb(198,100,25); }
H1.HeaderClassName
{
color: #C66419;
}
.AnyTagClassName
{
color: #C66419;
}
</style>
background-color css
<style>
a { background-color: #C66419; }
a { background-color: rgb(198,100,25); }
div.DivClassName
{
background-color: #C66419;
}
.BgClassName
{
background-color: #C66419;
}
</style>
border-color css
<style>
span { border-color: #C66419; }
span { border-color: rgb(198,100,25); }
td.TdClassName
{
border-color: #C66419;
}
.TagClassName
{
border-color: #C66419;
}
</style>