Shades of Chocolate #B96811
Tints of Chocolate #B96811
RGB
CMYK
RGB Variations
Color information
#B96811 (or 0xB96811) is known color: Chocolate. HEX triplet: B9, 68 and 11. RGB value is (185,104,17). Sum of RGB (Red+Green+Blue) = 185+104+17=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96811 is #4697EE. Grayscale: #767676. Windows color (decimal): -4626415 or 1140921. OLE color: 1140921.
HSL color Cylindrical-coordinate representation of color #B96811: hue angle of 31.07º 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 #B96811 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 17 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.27 |
| HSL | 31.07º | 0.83% | 0.4% | - |
| HSV(B) | 31.07º | 0.91% | 0.73% | - |
| XYZ | 25.06 | 20.26 | 3.12 | - |
| YUV | 118.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 17 | 0 | 0.44 | 0.91 | 0.27 | 31.07 | 0.83 | 0.4 |
| Hex | B9 | 68 | 11 | 0 | 2C | 5B | 1B | 1F | 53 | 28 |
| Octal | 271 | 150 | 21 | 0 | 54 | 133 | 33 | 37 | 123 | 50 |
| Binary | 10111001 | 1101000 | 10001 | 0 | 101100 | 1011011 | 11011 | 11111 | 1010011 | 101000 |
Color Harmonies of #B96811
Complementary color
Monochromatic Colors of #B96811
Black with #B96811
Text Example
Text Example
White with #B96811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96811; }
p { color: rgb(185,104,17); }
H1.HeaderClassName
{
color: #B96811;
}
.AnyTagClassName
{
color: #B96811;
}
</style>
background-color css
<style>
a { background-color: #B96811; }
a { background-color: rgb(185,104,17); }
div.DivClassName
{
background-color: #B96811;
}
.BgClassName
{
background-color: #B96811;
}
</style>
border-color css
<style>
span { border-color: #B96811; }
span { border-color: rgb(185,104,17); }
td.TdClassName
{
border-color: #B96811;
}
.TagClassName
{
border-color: #B96811;
}
</style>