#D6B994

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

Shades of Tan #D6B994

Tints of Tan #D6B994

Color information

#D6B994 (or 0xD6B994) is unknown color: approx Tan. HEX triplet: D6, B9 and 94. RGB value is (214,185,148). Sum of RGB (Red+Green+Blue) = 214+185+148=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B994 is #29466B. Grayscale: #BDBDBD. Windows color (decimal): -2705004 or 9746902. OLE color: 9746902.

HSL color Cylindrical-coordinate representation of color #D6B994: hue angle of 33.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6B994 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214185148-
CMYK00.140.310.16
HSL33.64º44.59%70.98%-
HSV(B)33.64º30.84%83.92%-
XYZ50.4351.1335.23-
YUV189.45104.61145.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=39.12%
G=33.82%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418514800.140.310.1633.6444.5970.98
HexD6B9940E1F10222d47
Octal32627122401637204255107
Binary1101011010111001100101000111011111100001000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B994; }

 p { color: rgb(214,185,148); }

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

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

 a { background-color: rgb(214,185,148); }

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

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

 span { border-color: rgb(214,185,148); }

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