#D6B688

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

Shades of Tan #D6B688

Tints of Tan #D6B688

Color information

#D6B688 (or 0xD6B688) is unknown color: approx Tan. HEX triplet: D6, B6 and 88. RGB value is (214,182,136). Sum of RGB (Red+Green+Blue) = 214+182+136=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B688 is #294977. Grayscale: #BABABA. Windows color (decimal): -2705784 or 8959702. OLE color: 8959702.

HSL color Cylindrical-coordinate representation of color #D6B688: hue angle of 35.38º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6B688 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214182136-
CMYK00.150.360.16
HSL35.38º48.75%68.63%-
HSV(B)35.38º36.45%83.92%-
XYZ48.949.5330.28-
YUV186.3299.6147.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=40.23%
G=34.21%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418213600.150.360.1635.3848.7568.63
HexD6B6880F2410233145
Octal32626621001744204361105
Binary11010110101101101000100001111100100100001000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B688; }

 p { color: rgb(214,182,136); }

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

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

 a { background-color: rgb(214,182,136); }

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

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

 span { border-color: rgb(214,182,136); }

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