Shades of Chocolate #C36214
Tints of Chocolate #C36214
RGB
CMYK
RGB Variations
Color information
#C36214 (or 0xC36214) is known color: Chocolate. HEX triplet: C3, 62 and 14. RGB value is (195,98,20). Sum of RGB (Red+Green+Blue) = 195+98+20=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C36214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36214 is #3C9DEB. Grayscale: #767676. Windows color (decimal): -3972588 or 1336003. OLE color: 1336003.
HSL color Cylindrical-coordinate representation of color #C36214: hue angle of 26.74º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C36214 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 20 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.24 |
| HSL | 26.74º | 0.81% | 0.42% | - |
| HSV(B) | 26.74º | 0.9% | 0.76% | - |
| XYZ | 27 | 20.39 | 3.17 | - |
| YUV | 118.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 20 | 0 | 0.50 | 0.90 | 0.24 | 26.74 | 0.81 | 0.42 |
| Hex | C3 | 62 | 14 | 0 | 32 | 5A | 18 | 1B | 51 | 2A |
| Octal | 303 | 142 | 24 | 0 | 62 | 132 | 30 | 33 | 121 | 52 |
| Binary | 11000011 | 1100010 | 10100 | 0 | 110010 | 1011010 | 11000 | 11011 | 1010001 | 101010 |
Color Harmonies of #C36214
Complementary color
Monochromatic Colors of #C36214
Black with #C36214
Text Example
Text Example
White with #C36214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36214; }
p { color: rgb(195,98,20); }
H1.HeaderClassName
{
color: #C36214;
}
.AnyTagClassName
{
color: #C36214;
}
</style>
background-color css
<style>
a { background-color: #C36214; }
a { background-color: rgb(195,98,20); }
div.DivClassName
{
background-color: #C36214;
}
.BgClassName
{
background-color: #C36214;
}
</style>
border-color css
<style>
span { border-color: #C36214; }
span { border-color: rgb(195,98,20); }
td.TdClassName
{
border-color: #C36214;
}
.TagClassName
{
border-color: #C36214;
}
</style>