Shades of Fallow #B69E6D
Tints of Fallow #B69E6D
RGB
CMYK
RGB Variations
Color information
#B69E6D (or 0xB69E6D) is known color: Fallow. HEX triplet: B6, 9E and 6D. RGB value is (182,158,109). Sum of RGB (Red+Green+Blue) = 182+158+109=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E6D is #496192. Grayscale: #9F9F9F. Windows color (decimal): -4809107 or 7184054. OLE color: 7184054.
HSL color Cylindrical-coordinate representation of color #B69E6D: hue angle of 40.27º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B69E6D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 158 | 109 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.29 |
| HSL | 40.27º | 0.33% | 0.57% | - |
| HSV(B) | 40.27º | 0.4% | 0.71% | - |
| XYZ | 34.28 | 35.5 | 19.51 | - |
| YUV | 159.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 109 | 0 | 0.13 | 0.40 | 0.29 | 40.27 | 0.33 | 0.57 |
| Hex | B6 | 9E | 6D | 0 | D | 28 | 1D | 28 | 21 | 39 |
| Octal | 266 | 236 | 155 | 0 | 15 | 50 | 35 | 50 | 41 | 71 |
| Binary | 10110110 | 10011110 | 1101101 | 0 | 1101 | 101000 | 11101 | 101000 | 100001 | 111001 |
Color Harmonies of #B69E6D
Complementary color
Monochromatic Colors of #B69E6D
Black with #B69E6D
Text Example
Text Example
White with #B69E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69E6D; }
p { color: rgb(182,158,109); }
H1.HeaderClassName
{
color: #B69E6D;
}
.AnyTagClassName
{
color: #B69E6D;
}
</style>
background-color css
<style>
a { background-color: #B69E6D; }
a { background-color: rgb(182,158,109); }
div.DivClassName
{
background-color: #B69E6D;
}
.BgClassName
{
background-color: #B69E6D;
}
</style>
border-color css
<style>
span { border-color: #B69E6D; }
span { border-color: rgb(182,158,109); }
td.TdClassName
{
border-color: #B69E6D;
}
.TagClassName
{
border-color: #B69E6D;
}
</style>