Shades of Medium Wood #B68361
Tints of Medium Wood #B68361
RGB
CMYK
RGB Variations
Color information
#B68361 (or 0xB68361) is known color: Medium Wood. HEX triplet: B6, 83 and 61. RGB value is (182,131,97). Sum of RGB (Red+Green+Blue) = 182+131+97=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B68361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68361 is #497C9E. Grayscale: #8E8E8E. Windows color (decimal): -4816031 or 6390710. OLE color: 6390710.
HSL color Cylindrical-coordinate representation of color #B68361: hue angle of 24º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B68361 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 97 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.29 |
| HSL | 24º | 0.37% | 0.55% | - |
| HSV(B) | 24º | 0.47% | 0.71% | - |
| XYZ | 29.57 | 27.04 | 14.97 | - |
| YUV | 142.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 97 | 0 | 0.28 | 0.47 | 0.29 | 24 | 0.37 | 0.55 |
| Hex | B6 | 83 | 61 | 0 | 1C | 2F | 1D | 18 | 25 | 37 |
| Octal | 266 | 203 | 141 | 0 | 34 | 57 | 35 | 30 | 45 | 67 |
| Binary | 10110110 | 10000011 | 1100001 | 0 | 11100 | 101111 | 11101 | 11000 | 100101 | 110111 |
Color Harmonies of #B68361
Complementary color
Monochromatic Colors of #B68361
Black with #B68361
Text Example
Text Example
White with #B68361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68361; }
p { color: rgb(182,131,97); }
H1.HeaderClassName
{
color: #B68361;
}
.AnyTagClassName
{
color: #B68361;
}
</style>
background-color css
<style>
a { background-color: #B68361; }
a { background-color: rgb(182,131,97); }
div.DivClassName
{
background-color: #B68361;
}
.BgClassName
{
background-color: #B68361;
}
</style>
border-color css
<style>
span { border-color: #B68361; }
span { border-color: rgb(182,131,97); }
td.TdClassName
{
border-color: #B68361;
}
.TagClassName
{
border-color: #B68361;
}
</style>