Shades of Tumbleweed #E6A076
Tints of Tumbleweed #E6A076
RGB
CMYK
RGB Variations
Color information
#E6A076 (or 0xE6A076) is known color: Tumbleweed. HEX triplet: E6, A0 and 76. RGB value is (230,160,118). Sum of RGB (Red+Green+Blue) = 230+160+118=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A076 is #195F89. Grayscale: #B0B0B0. Windows color (decimal): -1662858 or 7774438. OLE color: 7774438.
HSL color Cylindrical-coordinate representation of color #E6A076: hue angle of 22.5º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6A076 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 118 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.10 |
| HSL | 22.5º | 0.69% | 0.68% | - |
| HSV(B) | 22.5º | 0.49% | 0.9% | - |
| XYZ | 48.47 | 43.27 | 22.94 | - |
| YUV | 176.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 118 | 0 | 0.30 | 0.49 | 0.10 | 22.5 | 0.69 | 0.68 |
| Hex | E6 | A0 | 76 | 0 | 1E | 31 | A | 16 | 45 | 44 |
| Octal | 346 | 240 | 166 | 0 | 36 | 61 | 12 | 26 | 105 | 104 |
| Binary | 11100110 | 10100000 | 1110110 | 0 | 11110 | 110001 | 1010 | 10110 | 1000101 | 1000100 |
Color Harmonies of #E6A076
Complementary color
Monochromatic Colors of #E6A076
Black with #E6A076
Text Example
Text Example
White with #E6A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A076; }
p { color: rgb(230,160,118); }
H1.HeaderClassName
{
color: #E6A076;
}
.AnyTagClassName
{
color: #E6A076;
}
</style>
background-color css
<style>
a { background-color: #E6A076; }
a { background-color: rgb(230,160,118); }
div.DivClassName
{
background-color: #E6A076;
}
.BgClassName
{
background-color: #E6A076;
}
</style>
border-color css
<style>
span { border-color: #E6A076; }
span { border-color: rgb(230,160,118); }
td.TdClassName
{
border-color: #E6A076;
}
.TagClassName
{
border-color: #E6A076;
}
</style>