Shades of Chocolate #C36C16
Tints of Chocolate #C36C16
RGB
CMYK
RGB Variations
Color information
#C36C16 (or 0xC36C16) is known color: Chocolate. HEX triplet: C3, 6C and 16. RGB value is (195,108,22). Sum of RGB (Red+Green+Blue) = 195+108+22=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36C16 is #3C93E9. Grayscale: #7C7C7C. Windows color (decimal): -3970026 or 1469635. OLE color: 1469635.
HSL color Cylindrical-coordinate representation of color #C36C16: hue angle of 29.83º 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 #C36C16 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.24 |
| HSL | 29.83º | 0.8% | 0.43% | - |
| HSV(B) | 29.83º | 0.89% | 0.76% | - |
| XYZ | 28.01 | 22.39 | 3.6 | - |
| YUV | 124.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 22 | 0 | 0.45 | 0.89 | 0.24 | 29.83 | 0.8 | 0.43 |
| Hex | C3 | 6C | 16 | 0 | 2D | 59 | 18 | 1E | 50 | 2B |
| Octal | 303 | 154 | 26 | 0 | 55 | 131 | 30 | 36 | 120 | 53 |
| Binary | 11000011 | 1101100 | 10110 | 0 | 101101 | 1011001 | 11000 | 11110 | 1010000 | 101011 |
Color Harmonies of #C36C16
Complementary color
Monochromatic Colors of #C36C16
Black with #C36C16
Text Example
Text Example
White with #C36C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C16; }
p { color: rgb(195,108,22); }
H1.HeaderClassName
{
color: #C36C16;
}
.AnyTagClassName
{
color: #C36C16;
}
</style>
background-color css
<style>
a { background-color: #C36C16; }
a { background-color: rgb(195,108,22); }
div.DivClassName
{
background-color: #C36C16;
}
.BgClassName
{
background-color: #C36C16;
}
</style>
border-color css
<style>
span { border-color: #C36C16; }
span { border-color: rgb(195,108,22); }
td.TdClassName
{
border-color: #C36C16;
}
.TagClassName
{
border-color: #C36C16;
}
</style>