Shades of Tan #D6B990
Tints of Tan #D6B990
RGB
CMYK
RGB Variations
Color information
#D6B990 (or 0xD6B990) is known color: Tan. HEX triplet: D6, B9 and 90. RGB value is (214,185,144). Sum of RGB (Red+Green+Blue) = 214+185+144=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B990 is #29466F. Grayscale: #BDBDBD. Windows color (decimal): -2705008 or 9484758. OLE color: 9484758.
HSL color Cylindrical-coordinate representation of color #D6B990: hue angle of 35.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6B990 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 144 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.16 |
| HSL | 35.14º | 0.46% | 0.7% | - |
| HSV(B) | 35.14º | 0.33% | 0.84% | - |
| XYZ | 50.11 | 51.01 | 33.59 | - |
| YUV | 189 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 144 | 0 | 0.14 | 0.33 | 0.16 | 35.14 | 0.46 | 0.7 |
| Hex | D6 | B9 | 90 | 0 | E | 21 | 10 | 23 | 2E | 46 |
| Octal | 326 | 271 | 220 | 0 | 16 | 41 | 20 | 43 | 56 | 106 |
| Binary | 11010110 | 10111001 | 10010000 | 0 | 1110 | 100001 | 10000 | 100011 | 101110 | 1000110 |
Color Harmonies of #D6B990
Complementary color
Monochromatic Colors of #D6B990
Black with #D6B990
Text Example
Text Example
White with #D6B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B990; }
p { color: rgb(214,185,144); }
H1.HeaderClassName
{
color: #D6B990;
}
.AnyTagClassName
{
color: #D6B990;
}
</style>
background-color css
<style>
a { background-color: #D6B990; }
a { background-color: rgb(214,185,144); }
div.DivClassName
{
background-color: #D6B990;
}
.BgClassName
{
background-color: #D6B990;
}
</style>
border-color css
<style>
span { border-color: #D6B990; }
span { border-color: rgb(214,185,144); }
td.TdClassName
{
border-color: #D6B990;
}
.TagClassName
{
border-color: #D6B990;
}
</style>