Shades of Chocolate #C66315
Tints of Chocolate #C66315
RGB
CMYK
RGB Variations
Color information
#C66315 (or 0xC66315) is known color: Chocolate. HEX triplet: C6, 63 and 15. RGB value is (198,99,21). Sum of RGB (Red+Green+Blue) = 198+99+21=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C66315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66315 is #399CEA. Grayscale: #787878. Windows color (decimal): -3775723 or 1401798. OLE color: 1401798.
HSL color Cylindrical-coordinate representation of color #C66315: hue angle of 26.44º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C66315 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 21 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.22 |
| HSL | 26.44º | 0.81% | 0.43% | - |
| HSV(B) | 26.44º | 0.89% | 0.78% | - |
| XYZ | 27.89 | 20.98 | 3.29 | - |
| YUV | 119.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 21 | 0 | 0.50 | 0.89 | 0.22 | 26.44 | 0.81 | 0.43 |
| Hex | C6 | 63 | 15 | 0 | 32 | 59 | 16 | 1A | 51 | 2B |
| Octal | 306 | 143 | 25 | 0 | 62 | 131 | 26 | 32 | 121 | 53 |
| Binary | 11000110 | 1100011 | 10101 | 0 | 110010 | 1011001 | 10110 | 11010 | 1010001 | 101011 |
Color Harmonies of #C66315
Complementary color
Monochromatic Colors of #C66315
Black with #C66315
Text Example
Text Example
White with #C66315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66315; }
p { color: rgb(198,99,21); }
H1.HeaderClassName
{
color: #C66315;
}
.AnyTagClassName
{
color: #C66315;
}
</style>
background-color css
<style>
a { background-color: #C66315; }
a { background-color: rgb(198,99,21); }
div.DivClassName
{
background-color: #C66315;
}
.BgClassName
{
background-color: #C66315;
}
</style>
border-color css
<style>
span { border-color: #C66315; }
span { border-color: rgb(198,99,21); }
td.TdClassName
{
border-color: #C66315;
}
.TagClassName
{
border-color: #C66315;
}
</style>