#D6A172

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

Shades of Tumbleweed #D6A172

Tints of Tumbleweed #D6A172

Color information

#D6A172 (or 0xD6A172) is unknown color: approx Tumbleweed. HEX triplet: D6, A1 and 72. RGB value is (214,161,114). Sum of RGB (Red+Green+Blue) = 214+161+114=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A172 is #295E8D. Grayscale: #ABABAB. Windows color (decimal): -2711182 or 7512534. OLE color: 7512534.

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

Color convert

RGB214161114-
CMYK00.250.470.16
HSL28.2º54.95%64.31%-
HSV(B)28.2º46.73%83.92%-
XYZ43.514121.54-
YUV171.4995.56158.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=43.76%
G=32.92%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416111400.250.470.1628.254.9564.31
HexD6A1720192F101c3740
Octal32624116203157203467100
Binary1101011010100001111001001100110111110000111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A172; }

 p { color: rgb(214,161,114); }

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

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

 a { background-color: rgb(214,161,114); }

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

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

 span { border-color: rgb(214,161,114); }

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