Shades of Tan #D6B790
Tints of Tan #D6B790
RGB
CMYK
RGB Variations
Color information
#D6B790 (or 0xD6B790) is known color: Tan. HEX triplet: D6, B7 and 90. RGB value is (214,183,144). Sum of RGB (Red+Green+Blue) = 214+183+144=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B790 is #29486F. Grayscale: #BCBCBC. Windows color (decimal): -2705520 or 9484246. OLE color: 9484246.
HSL color Cylindrical-coordinate representation of color #D6B790: hue angle of 33.43º 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 #D6B790 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 144 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.16 |
| HSL | 33.43º | 0.46% | 0.7% | - |
| HSV(B) | 33.43º | 0.33% | 0.84% | - |
| XYZ | 49.7 | 50.18 | 33.45 | - |
| YUV | 187.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 144 | 0 | 0.14 | 0.33 | 0.16 | 33.43 | 0.46 | 0.7 |
| Hex | D6 | B7 | 90 | 0 | E | 21 | 10 | 21 | 2E | 46 |
| Octal | 326 | 267 | 220 | 0 | 16 | 41 | 20 | 41 | 56 | 106 |
| Binary | 11010110 | 10110111 | 10010000 | 0 | 1110 | 100001 | 10000 | 100001 | 101110 | 1000110 |
Color Harmonies of #D6B790
Complementary color
Monochromatic Colors of #D6B790
Black with #D6B790
Text Example
Text Example
White with #D6B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B790; }
p { color: rgb(214,183,144); }
H1.HeaderClassName
{
color: #D6B790;
}
.AnyTagClassName
{
color: #D6B790;
}
</style>
background-color css
<style>
a { background-color: #D6B790; }
a { background-color: rgb(214,183,144); }
div.DivClassName
{
background-color: #D6B790;
}
.BgClassName
{
background-color: #D6B790;
}
</style>
border-color css
<style>
span { border-color: #D6B790; }
span { border-color: rgb(214,183,144); }
td.TdClassName
{
border-color: #D6B790;
}
.TagClassName
{
border-color: #D6B790;
}
</style>