#D6A67B

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

Shades of Tumbleweed #D6A67B

Tints of Tumbleweed #D6A67B

Color information

#D6A67B (or 0xD6A67B) is unknown color: approx Tumbleweed. HEX triplet: D6, A6 and 7B. RGB value is (214,166,123). Sum of RGB (Red+Green+Blue) = 214+166+123=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A67B is #295984. Grayscale: #AFAFAF. Windows color (decimal): -2709893 or 8103638. OLE color: 8103638.

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

Color convert

RGB214166123-
CMYK00.220.430.16
HSL28.35º52.6%66.08%-
HSV(B)28.35º42.52%83.92%-
XYZ44.944324.67-
YUV175.4598.4155.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=42.54%
G=33.00%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416612300.220.430.1628.3552.666.08
HexD6A67B0162B101c3542
Octal32624617302653203465102
Binary1101011010100110111101101011010101110000111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A67B; }

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

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

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

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

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

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

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

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