Shades of Chocolate #C96714
Tints of Chocolate #C96714
RGB
CMYK
RGB Variations
Color information
#C96714 (or 0xC96714) is known color: Chocolate. HEX triplet: C9, 67 and 14. RGB value is (201,103,20). Sum of RGB (Red+Green+Blue) = 201+103+20=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C96714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96714 is #3698EB. Grayscale: #7B7B7B. Windows color (decimal): -3578092 or 1337289. OLE color: 1337289.
HSL color Cylindrical-coordinate representation of color #C96714: hue angle of 27.51º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C96714 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 20 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.21 |
| HSL | 27.51º | 0.82% | 0.43% | - |
| HSV(B) | 27.51º | 0.9% | 0.79% | - |
| XYZ | 29.06 | 22.17 | 3.41 | - |
| YUV | 122.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 20 | 0 | 0.49 | 0.90 | 0.21 | 27.51 | 0.82 | 0.43 |
| Hex | C9 | 67 | 14 | 0 | 31 | 5A | 15 | 1C | 52 | 2B |
| Octal | 311 | 147 | 24 | 0 | 61 | 132 | 25 | 34 | 122 | 53 |
| Binary | 11001001 | 1100111 | 10100 | 0 | 110001 | 1011010 | 10101 | 11100 | 1010010 | 101011 |
Color Harmonies of #C96714
Complementary color
Monochromatic Colors of #C96714
Black with #C96714
Text Example
Text Example
White with #C96714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96714; }
p { color: rgb(201,103,20); }
H1.HeaderClassName
{
color: #C96714;
}
.AnyTagClassName
{
color: #C96714;
}
</style>
background-color css
<style>
a { background-color: #C96714; }
a { background-color: rgb(201,103,20); }
div.DivClassName
{
background-color: #C96714;
}
.BgClassName
{
background-color: #C96714;
}
</style>
border-color css
<style>
span { border-color: #C96714; }
span { border-color: rgb(201,103,20); }
td.TdClassName
{
border-color: #C96714;
}
.TagClassName
{
border-color: #C96714;
}
</style>