#D6A676

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

Shades of Tumbleweed #D6A676

Tints of Tumbleweed #D6A676

Color information

#D6A676 (or 0xD6A676) is unknown color: approx Tumbleweed. HEX triplet: D6, A6 and 76. RGB value is (214,166,118). Sum of RGB (Red+Green+Blue) = 214+166+118=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A676 is #295989. Grayscale: #AFAFAF. Windows color (decimal): -2709898 or 7775958. OLE color: 7775958.

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

Color convert

RGB214166118-
CMYK00.220.450.16
HSL30º53.93%65.1%-
HSV(B)30º44.86%83.92%-
XYZ44.6442.8823.06-
YUV174.8895.9155.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=42.97%
G=33.33%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416611800.220.450.163053.9365.1
HexD6A6760162D101e3641
Octal32624616602655203666101
Binary1101011010100110111011001011010110110000111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A676; }

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

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

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

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

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

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

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

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