Shades of Chocolate #B86610
Tints of Chocolate #B86610
RGB
CMYK
RGB Variations
Color information
#B86610 (or 0xB86610) is known color: Chocolate. HEX triplet: B8, 66 and 10. RGB value is (184,102,16). Sum of RGB (Red+Green+Blue) = 184+102+16=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B86610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86610 is #4799EF. Grayscale: #757575. Windows color (decimal): -4692464 or 1074872. OLE color: 1074872.
HSL color Cylindrical-coordinate representation of color #B86610: hue angle of 30.71º 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 #B86610 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 16 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.28 |
| HSL | 30.71º | 0.84% | 0.39% | - |
| HSV(B) | 30.71º | 0.91% | 0.72% | - |
| XYZ | 24.61 | 19.73 | 3 | - |
| YUV | 116.71 | 71.17 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 16 | 0 | 0.45 | 0.91 | 0.28 | 30.71 | 0.84 | 0.39 |
| Hex | B8 | 66 | 10 | 0 | 2D | 5B | 1C | 1F | 54 | 27 |
| Octal | 270 | 146 | 20 | 0 | 55 | 133 | 34 | 37 | 124 | 47 |
| Binary | 10111000 | 1100110 | 10000 | 0 | 101101 | 1011011 | 11100 | 11111 | 1010100 | 100111 |
Color Harmonies of #B86610
Complementary color
Monochromatic Colors of #B86610
Black with #B86610
Text Example
Text Example
White with #B86610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86610; }
p { color: rgb(184,102,16); }
H1.HeaderClassName
{
color: #B86610;
}
.AnyTagClassName
{
color: #B86610;
}
</style>
background-color css
<style>
a { background-color: #B86610; }
a { background-color: rgb(184,102,16); }
div.DivClassName
{
background-color: #B86610;
}
.BgClassName
{
background-color: #B86610;
}
</style>
border-color css
<style>
span { border-color: #B86610; }
span { border-color: rgb(184,102,16); }
td.TdClassName
{
border-color: #B86610;
}
.TagClassName
{
border-color: #B86610;
}
</style>