Shades of Fallow #B68F6C
Tints of Fallow #B68F6C
RGB
CMYK
RGB Variations
Color information
#B68F6C (or 0xB68F6C) is known color: Fallow. HEX triplet: B6, 8F and 6C. RGB value is (182,143,108). Sum of RGB (Red+Green+Blue) = 182+143+108=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F6C is #497093. Grayscale: #969696. Windows color (decimal): -4812948 or 7114678. OLE color: 7114678.
HSL color Cylindrical-coordinate representation of color #B68F6C: hue angle of 28.38º 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 #B68F6C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 108 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.29 |
| HSL | 28.38º | 0.34% | 0.57% | - |
| HSV(B) | 28.38º | 0.41% | 0.71% | - |
| XYZ | 31.82 | 30.67 | 18.43 | - |
| YUV | 150.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 108 | 0 | 0.21 | 0.41 | 0.29 | 28.38 | 0.34 | 0.57 |
| Hex | B6 | 8F | 6C | 0 | 15 | 29 | 1D | 1C | 22 | 39 |
| Octal | 266 | 217 | 154 | 0 | 25 | 51 | 35 | 34 | 42 | 71 |
| Binary | 10110110 | 10001111 | 1101100 | 0 | 10101 | 101001 | 11101 | 11100 | 100010 | 111001 |
Color Harmonies of #B68F6C
Complementary color
Monochromatic Colors of #B68F6C
Black with #B68F6C
Text Example
Text Example
White with #B68F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F6C; }
p { color: rgb(182,143,108); }
H1.HeaderClassName
{
color: #B68F6C;
}
.AnyTagClassName
{
color: #B68F6C;
}
</style>
background-color css
<style>
a { background-color: #B68F6C; }
a { background-color: rgb(182,143,108); }
div.DivClassName
{
background-color: #B68F6C;
}
.BgClassName
{
background-color: #B68F6C;
}
</style>
border-color css
<style>
span { border-color: #B68F6C; }
span { border-color: rgb(182,143,108); }
td.TdClassName
{
border-color: #B68F6C;
}
.TagClassName
{
border-color: #B68F6C;
}
</style>