#D6A686

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

Shades of Tumbleweed #D6A686

Tints of Tumbleweed #D6A686

Color information

#D6A686 (or 0xD6A686) is unknown color: approx Tumbleweed. HEX triplet: D6, A6 and 86. RGB value is (214,166,134). Sum of RGB (Red+Green+Blue) = 214+166+134=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A686 is #295979. Grayscale: #B0B0B0. Windows color (decimal): -2709882 or 8824534. OLE color: 8824534.

HSL color Cylindrical-coordinate representation of color #D6A686: hue angle of 24º 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 #D6A686 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214166134-
CMYK00.220.370.16
HSL24º49.38%68.24%-
HSV(B)24º37.38%83.92%-
XYZ45.6743.2928.5-
YUV176.7103.9154.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=41.63%
G=32.30%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416613400.220.370.162449.3868.24
HexD6A6860162510183144
Octal32624620602645203061104
Binary11010110101001101000011001011010010110000110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A686; }

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

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

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

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

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

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

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

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