Shades of Chocolate #B96411
Tints of Chocolate #B96411
RGB
CMYK
RGB Variations
Color information
#B96411 (or 0xB96411) is known color: Chocolate. HEX triplet: B9, 64 and 11. RGB value is (185,100,17). Sum of RGB (Red+Green+Blue) = 185+100+17=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B96411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96411 is #469BEE. Grayscale: #747474. Windows color (decimal): -4627439 or 1139897. OLE color: 1139897.
HSL color Cylindrical-coordinate representation of color #B96411: hue angle of 29.64º 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 #B96411 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 17 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.27 |
| HSL | 29.64º | 0.83% | 0.4% | - |
| HSV(B) | 29.64º | 0.91% | 0.73% | - |
| XYZ | 24.67 | 19.47 | 2.99 | - |
| YUV | 115.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 17 | 0 | 0.46 | 0.91 | 0.27 | 29.64 | 0.83 | 0.4 |
| Hex | B9 | 64 | 11 | 0 | 2E | 5B | 1B | 1E | 53 | 28 |
| Octal | 271 | 144 | 21 | 0 | 56 | 133 | 33 | 36 | 123 | 50 |
| Binary | 10111001 | 1100100 | 10001 | 0 | 101110 | 1011011 | 11011 | 11110 | 1010011 | 101000 |
Color Harmonies of #B96411
Complementary color
Monochromatic Colors of #B96411
Black with #B96411
Text Example
Text Example
White with #B96411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96411; }
p { color: rgb(185,100,17); }
H1.HeaderClassName
{
color: #B96411;
}
.AnyTagClassName
{
color: #B96411;
}
</style>
background-color css
<style>
a { background-color: #B96411; }
a { background-color: rgb(185,100,17); }
div.DivClassName
{
background-color: #B96411;
}
.BgClassName
{
background-color: #B96411;
}
</style>
border-color css
<style>
span { border-color: #B96411; }
span { border-color: rgb(185,100,17); }
td.TdClassName
{
border-color: #B96411;
}
.TagClassName
{
border-color: #B96411;
}
</style>