Shades of Fallow #B68E6B
Tints of Fallow #B68E6B
RGB
CMYK
RGB Variations
Color information
#B68E6B (or 0xB68E6B) is known color: Fallow. HEX triplet: B6, 8E and 6B. RGB value is (182,142,107). Sum of RGB (Red+Green+Blue) = 182+142+107=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E6B is #497194. Grayscale: #969696. Windows color (decimal): -4813205 or 7048886. OLE color: 7048886.
HSL color Cylindrical-coordinate representation of color #B68E6B: hue angle of 28º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68E6B is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 107 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.29 |
| HSL | 28º | 0.34% | 0.57% | - |
| HSV(B) | 28º | 0.41% | 0.71% | - |
| XYZ | 31.62 | 30.35 | 18.1 | - |
| YUV | 149.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 107 | 0 | 0.22 | 0.41 | 0.29 | 28 | 0.34 | 0.57 |
| Hex | B6 | 8E | 6B | 0 | 16 | 29 | 1D | 1C | 22 | 39 |
| Octal | 266 | 216 | 153 | 0 | 26 | 51 | 35 | 34 | 42 | 71 |
| Binary | 10110110 | 10001110 | 1101011 | 0 | 10110 | 101001 | 11101 | 11100 | 100010 | 111001 |
Color Harmonies of #B68E6B
Complementary color
Monochromatic Colors of #B68E6B
Black with #B68E6B
Text Example
Text Example
White with #B68E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E6B; }
p { color: rgb(182,142,107); }
H1.HeaderClassName
{
color: #B68E6B;
}
.AnyTagClassName
{
color: #B68E6B;
}
</style>
background-color css
<style>
a { background-color: #B68E6B; }
a { background-color: rgb(182,142,107); }
div.DivClassName
{
background-color: #B68E6B;
}
.BgClassName
{
background-color: #B68E6B;
}
</style>
border-color css
<style>
span { border-color: #B68E6B; }
span { border-color: rgb(182,142,107); }
td.TdClassName
{
border-color: #B68E6B;
}
.TagClassName
{
border-color: #B68E6B;
}
</style>