Shades of Medium Wood #B68469
Tints of Medium Wood #B68469
RGB
CMYK
RGB Variations
Color information
#B68469 (or 0xB68469) is known color: Medium Wood. HEX triplet: B6, 84 and 69. RGB value is (182,132,105). Sum of RGB (Red+Green+Blue) = 182+132+105=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B68469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68469 is #497B96. Grayscale: #909090. Windows color (decimal): -4815767 or 6915254. OLE color: 6915254.
HSL color Cylindrical-coordinate representation of color #B68469: hue angle of 21.04º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B68469 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 105 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.29 |
| HSL | 21.04º | 0.35% | 0.56% | - |
| HSV(B) | 21.04º | 0.42% | 0.71% | - |
| XYZ | 30.09 | 27.47 | 17.08 | - |
| YUV | 143.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 105 | 0 | 0.27 | 0.42 | 0.29 | 21.04 | 0.35 | 0.56 |
| Hex | B6 | 84 | 69 | 0 | 1B | 2A | 1D | 15 | 23 | 38 |
| Octal | 266 | 204 | 151 | 0 | 33 | 52 | 35 | 25 | 43 | 70 |
| Binary | 10110110 | 10000100 | 1101001 | 0 | 11011 | 101010 | 11101 | 10101 | 100011 | 111000 |
Color Harmonies of #B68469
Complementary color
Monochromatic Colors of #B68469
Black with #B68469
Text Example
Text Example
White with #B68469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68469; }
p { color: rgb(182,132,105); }
H1.HeaderClassName
{
color: #B68469;
}
.AnyTagClassName
{
color: #B68469;
}
</style>
background-color css
<style>
a { background-color: #B68469; }
a { background-color: rgb(182,132,105); }
div.DivClassName
{
background-color: #B68469;
}
.BgClassName
{
background-color: #B68469;
}
</style>
border-color css
<style>
span { border-color: #B68469; }
span { border-color: rgb(182,132,105); }
td.TdClassName
{
border-color: #B68469;
}
.TagClassName
{
border-color: #B68469;
}
</style>