Shades of Medium Wood #B6896C
Tints of Medium Wood #B6896C
RGB
CMYK
RGB Variations
Color information
#B6896C (or 0xB6896C) is known color: Medium Wood. HEX triplet: B6, 89 and 6C. RGB value is (182,137,108). Sum of RGB (Red+Green+Blue) = 182+137+108=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6896C is #497693. Grayscale: #939393. Windows color (decimal): -4814484 or 7113142. OLE color: 7113142.
HSL color Cylindrical-coordinate representation of color #B6896C: hue angle of 23.51º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6896C is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 108 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.29 |
| HSL | 23.51º | 0.34% | 0.57% | - |
| HSV(B) | 23.51º | 0.41% | 0.71% | - |
| XYZ | 30.94 | 28.92 | 18.14 | - |
| YUV | 147.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 108 | 0 | 0.25 | 0.41 | 0.29 | 23.51 | 0.34 | 0.57 |
| Hex | B6 | 89 | 6C | 0 | 19 | 29 | 1D | 18 | 22 | 39 |
| Octal | 266 | 211 | 154 | 0 | 31 | 51 | 35 | 30 | 42 | 71 |
| Binary | 10110110 | 10001001 | 1101100 | 0 | 11001 | 101001 | 11101 | 11000 | 100010 | 111001 |
Color Harmonies of #B6896C
Complementary color
Monochromatic Colors of #B6896C
Black with #B6896C
Text Example
Text Example
White with #B6896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6896C; }
p { color: rgb(182,137,108); }
H1.HeaderClassName
{
color: #B6896C;
}
.AnyTagClassName
{
color: #B6896C;
}
</style>
background-color css
<style>
a { background-color: #B6896C; }
a { background-color: rgb(182,137,108); }
div.DivClassName
{
background-color: #B6896C;
}
.BgClassName
{
background-color: #B6896C;
}
</style>
border-color css
<style>
span { border-color: #B6896C; }
span { border-color: rgb(182,137,108); }
td.TdClassName
{
border-color: #B6896C;
}
.TagClassName
{
border-color: #B6896C;
}
</style>