Shades of Medium Wood #B68063
Tints of Medium Wood #B68063
RGB
CMYK
RGB Variations
Color information
#B68063 (or 0xB68063) is known color: Medium Wood. HEX triplet: B6, 80 and 63. RGB value is (182,128,99). Sum of RGB (Red+Green+Blue) = 182+128+99=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B68063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68063 is #497F9C. Grayscale: #8D8D8D. Windows color (decimal): -4816797 or 6521014. OLE color: 6521014.
HSL color Cylindrical-coordinate representation of color #B68063: hue angle of 20.96º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68063 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 99 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.29 |
| HSL | 20.96º | 0.36% | 0.55% | - |
| HSV(B) | 20.96º | 0.46% | 0.71% | - |
| XYZ | 29.26 | 26.28 | 15.34 | - |
| YUV | 140.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 99 | 0 | 0.30 | 0.46 | 0.29 | 20.96 | 0.36 | 0.55 |
| Hex | B6 | 80 | 63 | 0 | 1E | 2E | 1D | 15 | 24 | 37 |
| Octal | 266 | 200 | 143 | 0 | 36 | 56 | 35 | 25 | 44 | 67 |
| Binary | 10110110 | 10000000 | 1100011 | 0 | 11110 | 101110 | 11101 | 10101 | 100100 | 110111 |
Color Harmonies of #B68063
Complementary color
Monochromatic Colors of #B68063
Black with #B68063
Text Example
Text Example
White with #B68063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68063; }
p { color: rgb(182,128,99); }
H1.HeaderClassName
{
color: #B68063;
}
.AnyTagClassName
{
color: #B68063;
}
</style>
background-color css
<style>
a { background-color: #B68063; }
a { background-color: rgb(182,128,99); }
div.DivClassName
{
background-color: #B68063;
}
.BgClassName
{
background-color: #B68063;
}
</style>
border-color css
<style>
span { border-color: #B68063; }
span { border-color: rgb(182,128,99); }
td.TdClassName
{
border-color: #B68063;
}
.TagClassName
{
border-color: #B68063;
}
</style>