#D6A086

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

Shades of Tumbleweed #D6A086

Tints of Tumbleweed #D6A086

Color information

#D6A086 (or 0xD6A086) is unknown color: approx Tumbleweed. HEX triplet: D6, A0 and 86. RGB value is (214,160,134). Sum of RGB (Red+Green+Blue) = 214+160+134=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A086 is #295F79. Grayscale: #ADADAD. Windows color (decimal): -2711418 or 8822998. OLE color: 8822998.

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

Color convert

RGB214160134-
CMYK00.250.370.16
HSL19.5º49.38%68.24%-
HSV(B)19.5º37.38%83.92%-
XYZ44.6141.1628.15-
YUV173.18105.89157.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=42.13%
G=31.50%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416013400.250.370.1619.549.3868.24
HexD6A0860192510143144
Octal32624020603145202461104
Binary11010110101000001000011001100110010110000101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A086; }

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

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

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

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

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

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

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

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