#D6A674

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

Shades of Tumbleweed #D6A674

Tints of Tumbleweed #D6A674

Color information

#D6A674 (or 0xD6A674) is unknown color: approx Tumbleweed. HEX triplet: D6, A6 and 74. RGB value is (214,166,116). Sum of RGB (Red+Green+Blue) = 214+166+116=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A674 is #29598B. Grayscale: #AEAEAE. Windows color (decimal): -2709900 or 7644886. OLE color: 7644886.

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

Color convert

RGB214166116-
CMYK00.220.460.16
HSL30.61º54.44%64.71%-
HSV(B)30.61º45.79%83.92%-
XYZ44.5242.8322.44-
YUV174.6594.9156.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 116 (45.70% from 255) = 23.39%
R=43.15%
G=33.47%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416611600.220.460.1630.6154.4464.71
HexD6A6740162E101f3641
Octal32624616402656203766101
Binary1101011010100110111010001011010111010000111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A674; }

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

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

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

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

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

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

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

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