#E6A271

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

Shades of Tumbleweed #E6A271

Tints of Tumbleweed #E6A271

Color information

#E6A271 (or 0xE6A271) is unknown color: approx Tumbleweed. HEX triplet: E6, A2 and 71. RGB value is (230,162,113). Sum of RGB (Red+Green+Blue) = 230+162+113=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A271 is #195D8E. Grayscale: #B1B1B1. Windows color (decimal): -1662351 or 7447270. OLE color: 7447270.

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

Color convert

RGB230162113-
CMYK00.300.510.10
HSL25.13º70.06%67.25%-
HSV(B)25.13º50.87%90.2%-
XYZ48.5343.8621.53-
YUV176.7592.03165.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=45.54%
G=32.08%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016211300.300.510.1025.1370.0667.25
HexE6A27101E33A194643
Octal346242161036631231106103
Binary1110011010100010111000101111011001110101100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A271; }

 p { color: rgb(230,162,113); }

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

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

 a { background-color: rgb(230,162,113); }

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

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

 span { border-color: rgb(230,162,113); }

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