Shades of Chocolate #C36611
Tints of Chocolate #C36611
RGB
CMYK
RGB Variations
Color information
#C36611 (or 0xC36611) is known color: Chocolate. HEX triplet: C3, 66 and 11. RGB value is (195,102,17). Sum of RGB (Red+Green+Blue) = 195+102+17=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C36611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36611 is #3C99EE. Grayscale: #787878. Windows color (decimal): -3971567 or 1140419. OLE color: 1140419.
HSL color Cylindrical-coordinate representation of color #C36611: hue angle of 28.65º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C36611 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 17 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.24 |
| HSL | 28.65º | 0.84% | 0.42% | - |
| HSV(B) | 28.65º | 0.91% | 0.76% | - |
| XYZ | 27.36 | 21.15 | 3.17 | - |
| YUV | 120.12 | 69.81 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 17 | 0 | 0.48 | 0.91 | 0.24 | 28.65 | 0.84 | 0.42 |
| Hex | C3 | 66 | 11 | 0 | 30 | 5B | 18 | 1D | 54 | 2A |
| Octal | 303 | 146 | 21 | 0 | 60 | 133 | 30 | 35 | 124 | 52 |
| Binary | 11000011 | 1100110 | 10001 | 0 | 110000 | 1011011 | 11000 | 11101 | 1010100 | 101010 |
Color Harmonies of #C36611
Complementary color
Monochromatic Colors of #C36611
Black with #C36611
Text Example
Text Example
White with #C36611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36611; }
p { color: rgb(195,102,17); }
H1.HeaderClassName
{
color: #C36611;
}
.AnyTagClassName
{
color: #C36611;
}
</style>
background-color css
<style>
a { background-color: #C36611; }
a { background-color: rgb(195,102,17); }
div.DivClassName
{
background-color: #C36611;
}
.BgClassName
{
background-color: #C36611;
}
</style>
border-color css
<style>
span { border-color: #C36611; }
span { border-color: rgb(195,102,17); }
td.TdClassName
{
border-color: #C36611;
}
.TagClassName
{
border-color: #C36611;
}
</style>