Shades of Tumbleweed #E6A674
Tints of Tumbleweed #E6A674
RGB
CMYK
RGB Variations
Color information
#E6A674 (or 0xE6A674) is known color: Tumbleweed. HEX triplet: E6, A6 and 74. RGB value is (230,166,116). Sum of RGB (Red+Green+Blue) = 230+166+116=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A674 is #19598B. Grayscale: #B3B3B3. Windows color (decimal): -1661324 or 7644902. OLE color: 7644902.
HSL color Cylindrical-coordinate representation of color #E6A674: hue angle of 26.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6A674 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 116 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.10 |
| HSL | 26.32º | 0.7% | 0.68% | - |
| HSV(B) | 26.32º | 0.5% | 0.9% | - |
| XYZ | 49.42 | 45.36 | 22.67 | - |
| YUV | 179.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 116 | 0 | 0.28 | 0.50 | 0.10 | 26.32 | 0.7 | 0.68 |
| Hex | E6 | A6 | 74 | 0 | 1C | 32 | A | 1A | 46 | 44 |
| Octal | 346 | 246 | 164 | 0 | 34 | 62 | 12 | 32 | 106 | 104 |
| Binary | 11100110 | 10100110 | 1110100 | 0 | 11100 | 110010 | 1010 | 11010 | 1000110 | 1000100 |
Color Harmonies of #E6A674
Complementary color
Monochromatic Colors of #E6A674
Black with #E6A674
Text Example
Text Example
White with #E6A674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A674; }
p { color: rgb(230,166,116); }
H1.HeaderClassName
{
color: #E6A674;
}
.AnyTagClassName
{
color: #E6A674;
}
</style>
background-color css
<style>
a { background-color: #E6A674; }
a { background-color: rgb(230,166,116); }
div.DivClassName
{
background-color: #E6A674;
}
.BgClassName
{
background-color: #E6A674;
}
</style>
border-color css
<style>
span { border-color: #E6A674; }
span { border-color: rgb(230,166,116); }
td.TdClassName
{
border-color: #E6A674;
}
.TagClassName
{
border-color: #E6A674;
}
</style>