#D6A575

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

Shades of Tumbleweed #D6A575

Tints of Tumbleweed #D6A575

Color information

#D6A575 (or 0xD6A575) is unknown color: approx Tumbleweed. HEX triplet: D6, A5 and 75. RGB value is (214,165,117). Sum of RGB (Red+Green+Blue) = 214+165+117=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A575 is #295A8A. Grayscale: #AEAEAE. Windows color (decimal): -2710155 or 7710166. OLE color: 7710166.

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

Color convert

RGB214165117-
CMYK00.230.450.16
HSL29.69º54.19%64.9%-
HSV(B)29.69º45.33%83.92%-
XYZ44.442.4922.69-
YUV174.1895.73156.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=43.15%
G=33.27%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416511700.230.450.1629.6954.1964.9
HexD6A5750172D101e3641
Octal32624516502755203666101
Binary1101011010100101111010101011110110110000111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A575; }

 p { color: rgb(214,165,117); }

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

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

 a { background-color: rgb(214,165,117); }

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

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

 span { border-color: rgb(214,165,117); }

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