#e6a078

Color #E6A078 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #E6A078

Tints of Tumbleweed #E6A078

Color information

#E6A078 (or 0xE6A078) is unknown color: approx Tumbleweed. HEX triplet: E6, A0 and 78. RGB value is (230,160,120). Sum of RGB (Red+Green+Blue) = 230+160+120=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A078 is #195F87. Grayscale: #B0B0B0. Windows color (decimal): -1662856 or 7905510. OLE color: 7905510.

HSL color Cylindrical-coordinate representation of color #E6A078: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6A078 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230160120-
CMYK00.300.480.10
HSL21.82º68.75%68.63%-
HSV(B)21.82º47.83%90.2%-
XYZ48.5943.3223.57-
YUV176.3796.19166.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 45.10%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=45.10%
G=31.37%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016012000.300.480.1021.8268.7568.63
HexE6A07801E30A164545
Octal346240170036601226105105
Binary1110011010100000111100001111011000010101011010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6a078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6a078; }

 p { color: rgb(230,160,120); }

 H1.HeaderClassName
 {
   color: #e6a078;
 }
 .AnyTagClassName
 {
   color: #e6a078;
 }
</style>
background-color css

<style>
 a { background-color: #e6a078; }

 a { background-color: rgb(230,160,120); }

 div.DivClassName
 {
   background-color: #e6a078;
 }
 .BgClassName
 {
   background-color: #e6a078;
 }
</style>
border-color css

<style>
 span { border-color: #e6a078; }

 span { border-color: rgb(230,160,120); }

 td.TdClassName
 {
   border-color: #e6a078;
 }
 .TagClassName
 {
   border-color: #e6a078;
 }
</style>