Shades of Chocolate #B86710
Tints of Chocolate #B86710
RGB
CMYK
RGB Variations
Color information
#B86710 (or 0xB86710) is known color: Chocolate. HEX triplet: B8, 67 and 10. RGB value is (184,103,16). Sum of RGB (Red+Green+Blue) = 184+103+16=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B86710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86710 is #4798EF. Grayscale: #757575. Windows color (decimal): -4692208 or 1075128. OLE color: 1075128.
HSL color Cylindrical-coordinate representation of color #B86710: hue angle of 31.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B86710 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 16 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.28 |
| HSL | 31.07º | 0.84% | 0.39% | - |
| HSV(B) | 31.07º | 0.91% | 0.72% | - |
| XYZ | 24.71 | 19.93 | 3.03 | - |
| YUV | 117.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 16 | 0 | 0.44 | 0.91 | 0.28 | 31.07 | 0.84 | 0.39 |
| Hex | B8 | 67 | 10 | 0 | 2C | 5B | 1C | 1F | 54 | 27 |
| Octal | 270 | 147 | 20 | 0 | 54 | 133 | 34 | 37 | 124 | 47 |
| Binary | 10111000 | 1100111 | 10000 | 0 | 101100 | 1011011 | 11100 | 11111 | 1010100 | 100111 |
Color Harmonies of #B86710
Complementary color
Monochromatic Colors of #B86710
Black with #B86710
Text Example
Text Example
White with #B86710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86710; }
p { color: rgb(184,103,16); }
H1.HeaderClassName
{
color: #B86710;
}
.AnyTagClassName
{
color: #B86710;
}
</style>
background-color css
<style>
a { background-color: #B86710; }
a { background-color: rgb(184,103,16); }
div.DivClassName
{
background-color: #B86710;
}
.BgClassName
{
background-color: #B86710;
}
</style>
border-color css
<style>
span { border-color: #B86710; }
span { border-color: rgb(184,103,16); }
td.TdClassName
{
border-color: #B86710;
}
.TagClassName
{
border-color: #B86710;
}
</style>