#d6a182

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

Shades of Tumbleweed #D6A182

Tints of Tumbleweed #D6A182

Color information

#D6A182 (or 0xD6A182) is unknown color: approx Tumbleweed. HEX triplet: D6, A1 and 82. RGB value is (214,161,130). Sum of RGB (Red+Green+Blue) = 214+161+130=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A182 is #295E7D. Grayscale: #ADADAD. Windows color (decimal): -2711166 or 8561110. OLE color: 8561110.

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

Color convert

RGB214161130-
CMYK00.250.390.16
HSL22.14º50.6%67.45%-
HSV(B)22.14º39.25%83.92%-
XYZ44.5141.426.76-
YUV173.31103.56157.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=42.38%
G=31.88%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416113000.250.390.1622.1450.667.45
HexD6A1820192710163343
Octal32624120203147202663103
Binary11010110101000011000001001100110011110000101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6a182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6a182; }

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

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

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

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

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

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

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

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