Shades of Medium Wood #B6775E
Tints of Medium Wood #B6775E
RGB
CMYK
RGB Variations
Color information
#B6775E (or 0xB6775E) is known color: Medium Wood. HEX triplet: B6, 77 and 5E. RGB value is (182,119,94). Sum of RGB (Red+Green+Blue) = 182+119+94=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6775E is #4988A1. Grayscale: #878787. Windows color (decimal): -4819106 or 6191030. OLE color: 6191030.
HSL color Cylindrical-coordinate representation of color #B6775E: hue angle of 17.05º 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 #B6775E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 94 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.29 |
| HSL | 17.05º | 0.38% | 0.54% | - |
| HSV(B) | 17.05º | 0.48% | 0.71% | - |
| XYZ | 27.91 | 23.95 | 13.74 | - |
| YUV | 134.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 94 | 0 | 0.35 | 0.48 | 0.29 | 17.05 | 0.38 | 0.54 |
| Hex | B6 | 77 | 5E | 0 | 23 | 30 | 1D | 11 | 26 | 36 |
| Octal | 266 | 167 | 136 | 0 | 43 | 60 | 35 | 21 | 46 | 66 |
| Binary | 10110110 | 1110111 | 1011110 | 0 | 100011 | 110000 | 11101 | 10001 | 100110 | 110110 |
Color Harmonies of #B6775E
Complementary color
Monochromatic Colors of #B6775E
Black with #B6775E
Text Example
Text Example
White with #B6775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6775E; }
p { color: rgb(182,119,94); }
H1.HeaderClassName
{
color: #B6775E;
}
.AnyTagClassName
{
color: #B6775E;
}
</style>
background-color css
<style>
a { background-color: #B6775E; }
a { background-color: rgb(182,119,94); }
div.DivClassName
{
background-color: #B6775E;
}
.BgClassName
{
background-color: #B6775E;
}
</style>
border-color css
<style>
span { border-color: #B6775E; }
span { border-color: rgb(182,119,94); }
td.TdClassName
{
border-color: #B6775E;
}
.TagClassName
{
border-color: #B6775E;
}
</style>