Shades of Medium Wood #B6845E
Tints of Medium Wood #B6845E
RGB
CMYK
RGB Variations
Color information
#B6845E (or 0xB6845E) is known color: Medium Wood. HEX triplet: B6, 84 and 5E. RGB value is (182,132,94). Sum of RGB (Red+Green+Blue) = 182+132+94=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6845E is #497BA1. Grayscale: #8E8E8E. Windows color (decimal): -4815778 or 6194358. OLE color: 6194358.
HSL color Cylindrical-coordinate representation of color #B6845E: hue angle of 25.91º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6845E is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 94 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.29 |
| HSL | 25.91º | 0.38% | 0.54% | - |
| HSV(B) | 25.91º | 0.48% | 0.71% | - |
| XYZ | 29.56 | 27.26 | 14.29 | - |
| YUV | 142.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 94 | 0 | 0.27 | 0.48 | 0.29 | 25.91 | 0.38 | 0.54 |
| Hex | B6 | 84 | 5E | 0 | 1B | 30 | 1D | 1A | 26 | 36 |
| Octal | 266 | 204 | 136 | 0 | 33 | 60 | 35 | 32 | 46 | 66 |
| Binary | 10110110 | 10000100 | 1011110 | 0 | 11011 | 110000 | 11101 | 11010 | 100110 | 110110 |
Color Harmonies of #B6845E
Complementary color
Monochromatic Colors of #B6845E
Black with #B6845E
Text Example
Text Example
White with #B6845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6845E; }
p { color: rgb(182,132,94); }
H1.HeaderClassName
{
color: #B6845E;
}
.AnyTagClassName
{
color: #B6845E;
}
</style>
background-color css
<style>
a { background-color: #B6845E; }
a { background-color: rgb(182,132,94); }
div.DivClassName
{
background-color: #B6845E;
}
.BgClassName
{
background-color: #B6845E;
}
</style>
border-color css
<style>
span { border-color: #B6845E; }
span { border-color: rgb(182,132,94); }
td.TdClassName
{
border-color: #B6845E;
}
.TagClassName
{
border-color: #B6845E;
}
</style>