Shades of Tumbleweed #E6A16F
Tints of Tumbleweed #E6A16F
RGB
CMYK
RGB Variations
Color information
#E6A16F (or 0xE6A16F) is known color: Tumbleweed. HEX triplet: E6, A1 and 6F. RGB value is (230,161,111). Sum of RGB (Red+Green+Blue) = 230+161+111=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A16F is #195E90. Grayscale: #B0B0B0. Windows color (decimal): -1662609 or 7315942. OLE color: 7315942.
HSL color Cylindrical-coordinate representation of color #E6A16F: hue angle of 25.21º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6A16F is Cyan = 0, Magento = 0.3, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 111 | - |
| CMYK | 0 | 0.3 | 0.52 | 0.10 |
| HSL | 25.21º | 0.7% | 0.67% | - |
| HSV(B) | 25.21º | 0.52% | 0.9% | - |
| XYZ | 48.25 | 43.46 | 20.88 | - |
| YUV | 175.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 111 | 0 | 0.3 | 0.52 | 0.10 | 25.21 | 0.7 | 0.67 |
| Hex | E6 | A1 | 6F | 0 | 1E | 34 | A | 19 | 46 | 43 |
| Octal | 346 | 241 | 157 | 0 | 36 | 64 | 12 | 31 | 106 | 103 |
| Binary | 11100110 | 10100001 | 1101111 | 0 | 11110 | 110100 | 1010 | 11001 | 1000110 | 1000011 |
Color Harmonies of #E6A16F
Complementary color
Monochromatic Colors of #E6A16F
Black with #E6A16F
Text Example
Text Example
White with #E6A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A16F; }
p { color: rgb(230,161,111); }
H1.HeaderClassName
{
color: #E6A16F;
}
.AnyTagClassName
{
color: #E6A16F;
}
</style>
background-color css
<style>
a { background-color: #E6A16F; }
a { background-color: rgb(230,161,111); }
div.DivClassName
{
background-color: #E6A16F;
}
.BgClassName
{
background-color: #E6A16F;
}
</style>
border-color css
<style>
span { border-color: #E6A16F; }
span { border-color: rgb(230,161,111); }
td.TdClassName
{
border-color: #E6A16F;
}
.TagClassName
{
border-color: #E6A16F;
}
</style>