#D6B18E

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

Shades of Tan #D6B18E

Tints of Tan #D6B18E

Color information

#D6B18E (or 0xD6B18E) is unknown color: approx Tan. HEX triplet: D6, B1 and 8E. RGB value is (214,177,142). Sum of RGB (Red+Green+Blue) = 214+177+142=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B18E is #294E71. Grayscale: #B8B8B8. Windows color (decimal): -2707058 or 9351638. OLE color: 9351638.

HSL color Cylindrical-coordinate representation of color #D6B18E: hue angle of 29.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6B18E is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214177142-
CMYK00.170.340.16
HSL29.17º46.75%69.8%-
HSV(B)29.17º33.64%83.92%-
XYZ48.3447.6932.25-
YUV184.07104.26149.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=40.15%
G=33.21%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417714200.170.340.1629.1746.7569.8
HexD6B18E01122101d2f46
Octal32626121602142203557106
Binary11010110101100011000111001000110001010000111011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B18E; }

 p { color: rgb(214,177,142); }

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

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

 a { background-color: rgb(214,177,142); }

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

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

 span { border-color: rgb(214,177,142); }

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