Shades of Tan #D6B994
Tints of Tan #D6B994
RGB
CMYK
RGB Variations
Color information
#D6B994 (or 0xD6B994) is known color: 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
| RGB | 214 | 185 | 148 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.16 |
| HSL | 33.64º | 0.45% | 0.71% | - |
| HSV(B) | 33.64º | 0.31% | 0.84% | - |
| XYZ | 50.43 | 51.13 | 35.23 | - |
| YUV | 189.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 148 | 0 | 0.14 | 0.31 | 0.16 | 33.64 | 0.45 | 0.71 |
| Hex | D6 | B9 | 94 | 0 | E | 1F | 10 | 22 | 2D | 47 |
| Octal | 326 | 271 | 224 | 0 | 16 | 37 | 20 | 42 | 55 | 107 |
| Binary | 11010110 | 10111001 | 10010100 | 0 | 1110 | 11111 | 10000 | 100010 | 101101 | 1000111 |
Color Harmonies of #D6B994
Complementary color
Monochromatic Colors of #D6B994
Black with #D6B994
Text Example
Text Example
White with #D6B994
Text Example
Text Example
HTML Codes & Css Web 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>