Shades of Medium Wood #B68463
Tints of Medium Wood #B68463
RGB
CMYK
RGB Variations
Color information
#B68463 (or 0xB68463) is known color: Medium Wood. HEX triplet: B6, 84 and 63. RGB value is (182,132,99). Sum of RGB (Red+Green+Blue) = 182+132+99=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B68463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68463 is #497B9C. Grayscale: #8F8F8F. Windows color (decimal): -4815773 or 6522038. OLE color: 6522038.
HSL color Cylindrical-coordinate representation of color #B68463: hue angle of 23.86º 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 #B68463 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 99 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.29 |
| HSL | 23.86º | 0.36% | 0.55% | - |
| HSV(B) | 23.86º | 0.46% | 0.71% | - |
| XYZ | 29.79 | 27.35 | 15.51 | - |
| YUV | 143.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 99 | 0 | 0.27 | 0.46 | 0.29 | 23.86 | 0.36 | 0.55 |
| Hex | B6 | 84 | 63 | 0 | 1B | 2E | 1D | 18 | 24 | 37 |
| Octal | 266 | 204 | 143 | 0 | 33 | 56 | 35 | 30 | 44 | 67 |
| Binary | 10110110 | 10000100 | 1100011 | 0 | 11011 | 101110 | 11101 | 11000 | 100100 | 110111 |
Color Harmonies of #B68463
Complementary color
Monochromatic Colors of #B68463
Black with #B68463
Text Example
Text Example
White with #B68463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68463; }
p { color: rgb(182,132,99); }
H1.HeaderClassName
{
color: #B68463;
}
.AnyTagClassName
{
color: #B68463;
}
</style>
background-color css
<style>
a { background-color: #B68463; }
a { background-color: rgb(182,132,99); }
div.DivClassName
{
background-color: #B68463;
}
.BgClassName
{
background-color: #B68463;
}
</style>
border-color css
<style>
span { border-color: #B68463; }
span { border-color: rgb(182,132,99); }
td.TdClassName
{
border-color: #B68463;
}
.TagClassName
{
border-color: #B68463;
}
</style>