Shades of Chocolate #C36816
Tints of Chocolate #C36816
RGB
CMYK
RGB Variations
Color information
#C36816 (or 0xC36816) is known color: Chocolate. HEX triplet: C3, 68 and 16. RGB value is (195,104,22). Sum of RGB (Red+Green+Blue) = 195+104+22=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C36816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36816 is #3C97E9. Grayscale: #7A7A7A. Windows color (decimal): -3971050 or 1468611. OLE color: 1468611.
HSL color Cylindrical-coordinate representation of color #C36816: hue angle of 28.44º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C36816 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.24 |
| HSL | 28.44º | 0.8% | 0.43% | - |
| HSV(B) | 28.44º | 0.89% | 0.76% | - |
| XYZ | 27.6 | 21.56 | 3.47 | - |
| YUV | 121.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 22 | 0 | 0.47 | 0.89 | 0.24 | 28.44 | 0.8 | 0.43 |
| Hex | C3 | 68 | 16 | 0 | 2F | 59 | 18 | 1C | 50 | 2B |
| Octal | 303 | 150 | 26 | 0 | 57 | 131 | 30 | 34 | 120 | 53 |
| Binary | 11000011 | 1101000 | 10110 | 0 | 101111 | 1011001 | 11000 | 11100 | 1010000 | 101011 |
Color Harmonies of #C36816
Complementary color
Monochromatic Colors of #C36816
Black with #C36816
Text Example
Text Example
White with #C36816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36816; }
p { color: rgb(195,104,22); }
H1.HeaderClassName
{
color: #C36816;
}
.AnyTagClassName
{
color: #C36816;
}
</style>
background-color css
<style>
a { background-color: #C36816; }
a { background-color: rgb(195,104,22); }
div.DivClassName
{
background-color: #C36816;
}
.BgClassName
{
background-color: #C36816;
}
</style>
border-color css
<style>
span { border-color: #C36816; }
span { border-color: rgb(195,104,22); }
td.TdClassName
{
border-color: #C36816;
}
.TagClassName
{
border-color: #C36816;
}
</style>