Shades of Medium Wood #B68762
Tints of Medium Wood #B68762
RGB
CMYK
RGB Variations
Color information
#B68762 (or 0xB68762) is known color: Medium Wood. HEX triplet: B6, 87 and 62. RGB value is (182,135,98). Sum of RGB (Red+Green+Blue) = 182+135+98=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B68762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68762 is #49789D. Grayscale: #919191. Windows color (decimal): -4815006 or 6457270. OLE color: 6457270.
HSL color Cylindrical-coordinate representation of color #B68762: hue angle of 26.43º degrees, saturation: 0.37, 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 #B68762 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 98 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.29 |
| HSL | 26.43º | 0.37% | 0.55% | - |
| HSV(B) | 26.43º | 0.46% | 0.71% | - |
| XYZ | 30.16 | 28.15 | 15.4 | - |
| YUV | 144.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 98 | 0 | 0.26 | 0.46 | 0.29 | 26.43 | 0.37 | 0.55 |
| Hex | B6 | 87 | 62 | 0 | 1A | 2E | 1D | 1A | 25 | 37 |
| Octal | 266 | 207 | 142 | 0 | 32 | 56 | 35 | 32 | 45 | 67 |
| Binary | 10110110 | 10000111 | 1100010 | 0 | 11010 | 101110 | 11101 | 11010 | 100101 | 110111 |
Color Harmonies of #B68762
Complementary color
Monochromatic Colors of #B68762
Black with #B68762
Text Example
Text Example
White with #B68762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68762; }
p { color: rgb(182,135,98); }
H1.HeaderClassName
{
color: #B68762;
}
.AnyTagClassName
{
color: #B68762;
}
</style>
background-color css
<style>
a { background-color: #B68762; }
a { background-color: rgb(182,135,98); }
div.DivClassName
{
background-color: #B68762;
}
.BgClassName
{
background-color: #B68762;
}
</style>
border-color css
<style>
span { border-color: #B68762; }
span { border-color: rgb(182,135,98); }
td.TdClassName
{
border-color: #B68762;
}
.TagClassName
{
border-color: #B68762;
}
</style>