Shades of Chocolate #C36510
Tints of Chocolate #C36510
RGB
CMYK
RGB Variations
Color information
#C36510 (or 0xC36510) is known color: Chocolate. HEX triplet: C3, 65 and 10. RGB value is (195,101,16). Sum of RGB (Red+Green+Blue) = 195+101+16=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C36510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36510 is #3C9AEF. Grayscale: #777777. Windows color (decimal): -3971824 or 1074627. OLE color: 1074627.
HSL color Cylindrical-coordinate representation of color #C36510: hue angle of 28.49º 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 #C36510 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 16 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.24 |
| HSL | 28.49º | 0.85% | 0.41% | - |
| HSV(B) | 28.49º | 0.92% | 0.76% | - |
| XYZ | 27.25 | 20.95 | 3.1 | - |
| YUV | 119.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 16 | 0 | 0.48 | 0.92 | 0.24 | 28.49 | 0.85 | 0.41 |
| Hex | C3 | 65 | 10 | 0 | 30 | 5C | 18 | 1C | 55 | 29 |
| Octal | 303 | 145 | 20 | 0 | 60 | 134 | 30 | 34 | 125 | 51 |
| Binary | 11000011 | 1100101 | 10000 | 0 | 110000 | 1011100 | 11000 | 11100 | 1010101 | 101001 |
Color Harmonies of #C36510
Complementary color
Monochromatic Colors of #C36510
Black with #C36510
Text Example
Text Example
White with #C36510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36510; }
p { color: rgb(195,101,16); }
H1.HeaderClassName
{
color: #C36510;
}
.AnyTagClassName
{
color: #C36510;
}
</style>
background-color css
<style>
a { background-color: #C36510; }
a { background-color: rgb(195,101,16); }
div.DivClassName
{
background-color: #C36510;
}
.BgClassName
{
background-color: #C36510;
}
</style>
border-color css
<style>
span { border-color: #C36510; }
span { border-color: rgb(195,101,16); }
td.TdClassName
{
border-color: #C36510;
}
.TagClassName
{
border-color: #C36510;
}
</style>