Shades of Chocolate #C66319
Tints of Chocolate #C66319
RGB
CMYK
RGB Variations
Color information
#C66319 (or 0xC66319) is known color: Chocolate. HEX triplet: C6, 63 and 19. RGB value is (198,99,25). Sum of RGB (Red+Green+Blue) = 198+99+25=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C66319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66319 is #399CE6. Grayscale: #787878. Windows color (decimal): -3775719 or 1663942. OLE color: 1663942.
HSL color Cylindrical-coordinate representation of color #C66319: hue angle of 25.66º 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 #C66319 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 25 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.22 |
| HSL | 25.66º | 0.78% | 0.44% | - |
| HSV(B) | 25.66º | 0.87% | 0.78% | - |
| XYZ | 27.93 | 21 | 3.5 | - |
| YUV | 120.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 25 | 0 | 0.50 | 0.87 | 0.22 | 25.66 | 0.78 | 0.44 |
| Hex | C6 | 63 | 19 | 0 | 32 | 57 | 16 | 1A | 4E | 2C |
| Octal | 306 | 143 | 31 | 0 | 62 | 127 | 26 | 32 | 116 | 54 |
| Binary | 11000110 | 1100011 | 11001 | 0 | 110010 | 1010111 | 10110 | 11010 | 1001110 | 101100 |
Color Harmonies of #C66319
Complementary color
Monochromatic Colors of #C66319
Black with #C66319
Text Example
Text Example
White with #C66319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66319; }
p { color: rgb(198,99,25); }
H1.HeaderClassName
{
color: #C66319;
}
.AnyTagClassName
{
color: #C66319;
}
</style>
background-color css
<style>
a { background-color: #C66319; }
a { background-color: rgb(198,99,25); }
div.DivClassName
{
background-color: #C66319;
}
.BgClassName
{
background-color: #C66319;
}
</style>
border-color css
<style>
span { border-color: #C66319; }
span { border-color: rgb(198,99,25); }
td.TdClassName
{
border-color: #C66319;
}
.TagClassName
{
border-color: #C66319;
}
</style>