#E6A075

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

Shades of Tumbleweed #E6A075

Tints of Tumbleweed #E6A075

Color information

#E6A075 (or 0xE6A075) is unknown color: approx Tumbleweed. HEX triplet: E6, A0 and 75. RGB value is (230,160,117). Sum of RGB (Red+Green+Blue) = 230+160+117=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A075 is #195F8A. Grayscale: #B0B0B0. Windows color (decimal): -1662859 or 7708902. OLE color: 7708902.

HSL color Cylindrical-coordinate representation of color #E6A075: hue angle of 22.83º 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 #E6A075 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230160117-
CMYK00.300.490.10
HSL22.83º69.33%68.04%-
HSV(B)22.83º49.13%90.2%-
XYZ48.4143.2522.63-
YUV176.0394.69166.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=45.36%
G=31.56%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016011700.300.490.1022.8369.3368.04
HexE6A07501E31A174544
Octal346240165036611227105104
Binary1110011010100000111010101111011000110101011110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A075; }

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

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

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

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

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

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

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

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