Shades of Chocolate #B86613
Tints of Chocolate #B86613
RGB
CMYK
RGB Variations
Color information
#B86613 (or 0xB86613) is known color: Chocolate. HEX triplet: B8, 66 and 13. RGB value is (184,102,19). Sum of RGB (Red+Green+Blue) = 184+102+19=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B86613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86613 is #4799EC. Grayscale: #757575. Windows color (decimal): -4692461 or 1271480. OLE color: 1271480.
HSL color Cylindrical-coordinate representation of color #B86613: hue angle of 30.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B86613 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.28 |
| HSL | 30.18º | 0.81% | 0.4% | - |
| HSV(B) | 30.18º | 0.9% | 0.72% | - |
| XYZ | 24.64 | 19.74 | 3.13 | - |
| YUV | 117.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 19 | 0 | 0.45 | 0.90 | 0.28 | 30.18 | 0.81 | 0.4 |
| Hex | B8 | 66 | 13 | 0 | 2D | 5A | 1C | 1E | 51 | 28 |
| Octal | 270 | 146 | 23 | 0 | 55 | 132 | 34 | 36 | 121 | 50 |
| Binary | 10111000 | 1100110 | 10011 | 0 | 101101 | 1011010 | 11100 | 11110 | 1010001 | 101000 |
Color Harmonies of #B86613
Complementary color
Monochromatic Colors of #B86613
Black with #B86613
Text Example
Text Example
White with #B86613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86613; }
p { color: rgb(184,102,19); }
H1.HeaderClassName
{
color: #B86613;
}
.AnyTagClassName
{
color: #B86613;
}
</style>
background-color css
<style>
a { background-color: #B86613; }
a { background-color: rgb(184,102,19); }
div.DivClassName
{
background-color: #B86613;
}
.BgClassName
{
background-color: #B86613;
}
</style>
border-color css
<style>
span { border-color: #B86613; }
span { border-color: rgb(184,102,19); }
td.TdClassName
{
border-color: #B86613;
}
.TagClassName
{
border-color: #B86613;
}
</style>