Shades of Chocolate #B96611
Tints of Chocolate #B96611
RGB
CMYK
RGB Variations
Color information
#B96611 (or 0xB96611) is known color: Chocolate. HEX triplet: B9, 66 and 11. RGB value is (185,102,17). Sum of RGB (Red+Green+Blue) = 185+102+17=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B96611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96611 is #4699EE. Grayscale: #757575. Windows color (decimal): -4626927 or 1140409. OLE color: 1140409.
HSL color Cylindrical-coordinate representation of color #B96611: hue angle of 30.36º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B96611 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.27 |
| HSL | 30.36º | 0.83% | 0.4% | - |
| HSV(B) | 30.36º | 0.91% | 0.73% | - |
| XYZ | 24.86 | 19.86 | 3.05 | - |
| YUV | 117.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 17 | 0 | 0.45 | 0.91 | 0.27 | 30.36 | 0.83 | 0.4 |
| Hex | B9 | 66 | 11 | 0 | 2D | 5B | 1B | 1E | 53 | 28 |
| Octal | 271 | 146 | 21 | 0 | 55 | 133 | 33 | 36 | 123 | 50 |
| Binary | 10111001 | 1100110 | 10001 | 0 | 101101 | 1011011 | 11011 | 11110 | 1010011 | 101000 |
Color Harmonies of #B96611
Complementary color
Monochromatic Colors of #B96611
Black with #B96611
Text Example
Text Example
White with #B96611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96611; }
p { color: rgb(185,102,17); }
H1.HeaderClassName
{
color: #B96611;
}
.AnyTagClassName
{
color: #B96611;
}
</style>
background-color css
<style>
a { background-color: #B96611; }
a { background-color: rgb(185,102,17); }
div.DivClassName
{
background-color: #B96611;
}
.BgClassName
{
background-color: #B96611;
}
</style>
border-color css
<style>
span { border-color: #B96611; }
span { border-color: rgb(185,102,17); }
td.TdClassName
{
border-color: #B96611;
}
.TagClassName
{
border-color: #B96611;
}
</style>