Shades of Chocolate #C66514
Tints of Chocolate #C66514
RGB
CMYK
RGB Variations
Color information
#C66514 (or 0xC66514) is known color: Chocolate. HEX triplet: C6, 65 and 14. RGB value is (198,101,20). Sum of RGB (Red+Green+Blue) = 198+101+20=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C66514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66514 is #399AEB. Grayscale: #797979. Windows color (decimal): -3775212 or 1336774. OLE color: 1336774.
HSL color Cylindrical-coordinate representation of color #C66514: hue angle of 27.3º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C66514 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 20 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.22 |
| HSL | 27.3º | 0.82% | 0.43% | - |
| HSV(B) | 27.3º | 0.9% | 0.78% | - |
| XYZ | 28.07 | 21.36 | 3.31 | - |
| YUV | 120.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 20 | 0 | 0.49 | 0.90 | 0.22 | 27.3 | 0.82 | 0.43 |
| Hex | C6 | 65 | 14 | 0 | 31 | 5A | 16 | 1B | 52 | 2B |
| Octal | 306 | 145 | 24 | 0 | 61 | 132 | 26 | 33 | 122 | 53 |
| Binary | 11000110 | 1100101 | 10100 | 0 | 110001 | 1011010 | 10110 | 11011 | 1010010 | 101011 |
Color Harmonies of #C66514
Complementary color
Monochromatic Colors of #C66514
Black with #C66514
Text Example
Text Example
White with #C66514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66514; }
p { color: rgb(198,101,20); }
H1.HeaderClassName
{
color: #C66514;
}
.AnyTagClassName
{
color: #C66514;
}
</style>
background-color css
<style>
a { background-color: #C66514; }
a { background-color: rgb(198,101,20); }
div.DivClassName
{
background-color: #C66514;
}
.BgClassName
{
background-color: #C66514;
}
</style>
border-color css
<style>
span { border-color: #C66514; }
span { border-color: rgb(198,101,20); }
td.TdClassName
{
border-color: #C66514;
}
.TagClassName
{
border-color: #C66514;
}
</style>