Shades of Medium Wood #B68666
Tints of Medium Wood #B68666
RGB
CMYK
RGB Variations
Color information
#B68666 (or 0xB68666) is known color: Medium Wood. HEX triplet: B6, 86 and 66. RGB value is (182,134,102). Sum of RGB (Red+Green+Blue) = 182+134+102=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B68666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68666 is #497999. Grayscale: #909090. Windows color (decimal): -4815258 or 6719158. OLE color: 6719158.
HSL color Cylindrical-coordinate representation of color #B68666: hue angle of 24º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68666 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 102 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.29 |
| HSL | 24º | 0.35% | 0.56% | - |
| HSV(B) | 24º | 0.44% | 0.71% | - |
| XYZ | 30.21 | 27.95 | 16.37 | - |
| YUV | 144.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 102 | 0 | 0.26 | 0.44 | 0.29 | 24 | 0.35 | 0.56 |
| Hex | B6 | 86 | 66 | 0 | 1A | 2C | 1D | 18 | 23 | 38 |
| Octal | 266 | 206 | 146 | 0 | 32 | 54 | 35 | 30 | 43 | 70 |
| Binary | 10110110 | 10000110 | 1100110 | 0 | 11010 | 101100 | 11101 | 11000 | 100011 | 111000 |
Color Harmonies of #B68666
Complementary color
Monochromatic Colors of #B68666
Black with #B68666
Text Example
Text Example
White with #B68666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68666; }
p { color: rgb(182,134,102); }
H1.HeaderClassName
{
color: #B68666;
}
.AnyTagClassName
{
color: #B68666;
}
</style>
background-color css
<style>
a { background-color: #B68666; }
a { background-color: rgb(182,134,102); }
div.DivClassName
{
background-color: #B68666;
}
.BgClassName
{
background-color: #B68666;
}
</style>
border-color css
<style>
span { border-color: #B68666; }
span { border-color: rgb(182,134,102); }
td.TdClassName
{
border-color: #B68666;
}
.TagClassName
{
border-color: #B68666;
}
</style>