#D6A077

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

Shades of Tumbleweed #D6A077

Tints of Tumbleweed #D6A077

Color information

#D6A077 (or 0xD6A077) is unknown color: approx Tumbleweed. HEX triplet: D6, A0 and 77. RGB value is (214,160,119). Sum of RGB (Red+Green+Blue) = 214+160+119=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A077 is #295F88. Grayscale: #ABABAB. Windows color (decimal): -2711433 or 7839958. OLE color: 7839958.

HSL color Cylindrical-coordinate representation of color #D6A077: hue angle of 25.89º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6A077 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214160119-
CMYK00.250.440.16
HSL25.89º53.67%65.29%-
HSV(B)25.89º44.39%83.92%-
XYZ43.6340.7723.02-
YUV171.4798.39158.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=43.41%
G=32.45%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416011900.250.440.1625.8953.6765.29
HexD6A0770192C101a3641
Octal32624016703154203266101
Binary1101011010100000111011101100110110010000110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A077; }

 p { color: rgb(214,160,119); }

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

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

 a { background-color: rgb(214,160,119); }

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

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

 span { border-color: rgb(214,160,119); }

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