Shades of Chocolate #C36810
Tints of Chocolate #C36810
RGB
CMYK
RGB Variations
Color information
#C36810 (or 0xC36810) is known color: Chocolate. HEX triplet: C3, 68 and 10. RGB value is (195,104,16). Sum of RGB (Red+Green+Blue) = 195+104+16=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C36810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36810 is #3C97EF. Grayscale: #797979. Windows color (decimal): -3971056 or 1075395. OLE color: 1075395.
HSL color Cylindrical-coordinate representation of color #C36810: hue angle of 29.5º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C36810 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.24 |
| HSL | 29.5º | 0.85% | 0.41% | - |
| HSV(B) | 29.5º | 0.92% | 0.76% | - |
| XYZ | 27.55 | 21.54 | 3.2 | - |
| YUV | 121.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 16 | 0 | 0.47 | 0.92 | 0.24 | 29.5 | 0.85 | 0.41 |
| Hex | C3 | 68 | 10 | 0 | 2F | 5C | 18 | 1D | 55 | 29 |
| Octal | 303 | 150 | 20 | 0 | 57 | 134 | 30 | 35 | 125 | 51 |
| Binary | 11000011 | 1101000 | 10000 | 0 | 101111 | 1011100 | 11000 | 11101 | 1010101 | 101001 |
Color Harmonies of #C36810
Complementary color
Monochromatic Colors of #C36810
Black with #C36810
Text Example
Text Example
White with #C36810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36810; }
p { color: rgb(195,104,16); }
H1.HeaderClassName
{
color: #C36810;
}
.AnyTagClassName
{
color: #C36810;
}
</style>
background-color css
<style>
a { background-color: #C36810; }
a { background-color: rgb(195,104,16); }
div.DivClassName
{
background-color: #C36810;
}
.BgClassName
{
background-color: #C36810;
}
</style>
border-color css
<style>
span { border-color: #C36810; }
span { border-color: rgb(195,104,16); }
td.TdClassName
{
border-color: #C36810;
}
.TagClassName
{
border-color: #C36810;
}
</style>