Shades of Medium Wood #B68066
Tints of Medium Wood #B68066
RGB
CMYK
RGB Variations
Color information
#B68066 (or 0xB68066) is known color: Medium Wood. HEX triplet: B6, 80 and 66. RGB value is (182,128,102). Sum of RGB (Red+Green+Blue) = 182+128+102=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68066 is #497F99. Grayscale: #8D8D8D. Windows color (decimal): -4816794 or 6717622. OLE color: 6717622.
HSL color Cylindrical-coordinate representation of color #B68066: hue angle of 19.5º 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 #B68066 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 102 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.29 |
| HSL | 19.5º | 0.35% | 0.56% | - |
| HSV(B) | 19.5º | 0.44% | 0.71% | - |
| XYZ | 29.41 | 26.34 | 16.11 | - |
| YUV | 141.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 102 | 0 | 0.30 | 0.44 | 0.29 | 19.5 | 0.35 | 0.56 |
| Hex | B6 | 80 | 66 | 0 | 1E | 2C | 1D | 14 | 23 | 38 |
| Octal | 266 | 200 | 146 | 0 | 36 | 54 | 35 | 24 | 43 | 70 |
| Binary | 10110110 | 10000000 | 1100110 | 0 | 11110 | 101100 | 11101 | 10100 | 100011 | 111000 |
Color Harmonies of #B68066
Complementary color
Monochromatic Colors of #B68066
Black with #B68066
Text Example
Text Example
White with #B68066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68066; }
p { color: rgb(182,128,102); }
H1.HeaderClassName
{
color: #B68066;
}
.AnyTagClassName
{
color: #B68066;
}
</style>
background-color css
<style>
a { background-color: #B68066; }
a { background-color: rgb(182,128,102); }
div.DivClassName
{
background-color: #B68066;
}
.BgClassName
{
background-color: #B68066;
}
</style>
border-color css
<style>
span { border-color: #B68066; }
span { border-color: rgb(182,128,102); }
td.TdClassName
{
border-color: #B68066;
}
.TagClassName
{
border-color: #B68066;
}
</style>