#D6A386

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

Shades of Tumbleweed #D6A386

Tints of Tumbleweed #D6A386

Color information

#D6A386 (or 0xD6A386) is unknown color: approx Tumbleweed. HEX triplet: D6, A3 and 86. RGB value is (214,163,134). Sum of RGB (Red+Green+Blue) = 214+163+134=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A386 is #295C79. Grayscale: #AFAFAF. Windows color (decimal): -2710650 or 8823766. OLE color: 8823766.

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

Color convert

RGB214163134-
CMYK00.240.370.16
HSL21.75º49.38%68.24%-
HSV(B)21.75º37.38%83.92%-
XYZ45.1342.2128.32-
YUV174.94104.9155.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=41.88%
G=31.90%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416313400.240.370.1621.7549.3868.24
HexD6A3860182510163144
Octal32624320603045202661104
Binary11010110101000111000011001100010010110000101101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A386; }

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

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

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

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

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

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

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

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