Shades of Tumbleweed #E6AB86
Tints of Tumbleweed #E6AB86
RGB
CMYK
RGB Variations
Color information
#E6AB86 (or 0xE6AB86) is known color: Tumbleweed. HEX triplet: E6, AB and 86. RGB value is (230,171,134). Sum of RGB (Red+Green+Blue) = 230+171+134=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB86 is #195479. Grayscale: #B8B8B8. Windows color (decimal): -1660026 or 8825830. OLE color: 8825830.
HSL color Cylindrical-coordinate representation of color #E6AB86: hue angle of 23.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6AB86 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 134 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.10 |
| HSL | 23.13º | 0.66% | 0.71% | - |
| HSV(B) | 23.13º | 0.42% | 0.9% | - |
| XYZ | 51.5 | 47.67 | 29.04 | - |
| YUV | 184.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 134 | 0 | 0.26 | 0.42 | 0.10 | 23.13 | 0.66 | 0.71 |
| Hex | E6 | AB | 86 | 0 | 1A | 2A | A | 17 | 42 | 47 |
| Octal | 346 | 253 | 206 | 0 | 32 | 52 | 12 | 27 | 102 | 107 |
| Binary | 11100110 | 10101011 | 10000110 | 0 | 11010 | 101010 | 1010 | 10111 | 1000010 | 1000111 |
Color Harmonies of #E6AB86
Complementary color
Monochromatic Colors of #E6AB86
Black with #E6AB86
Text Example
Text Example
White with #E6AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB86; }
p { color: rgb(230,171,134); }
H1.HeaderClassName
{
color: #E6AB86;
}
.AnyTagClassName
{
color: #E6AB86;
}
</style>
background-color css
<style>
a { background-color: #E6AB86; }
a { background-color: rgb(230,171,134); }
div.DivClassName
{
background-color: #E6AB86;
}
.BgClassName
{
background-color: #E6AB86;
}
</style>
border-color css
<style>
span { border-color: #E6AB86; }
span { border-color: rgb(230,171,134); }
td.TdClassName
{
border-color: #E6AB86;
}
.TagClassName
{
border-color: #E6AB86;
}
</style>