Shades of Tan #D6BE90
Tints of Tan #D6BE90
RGB
CMYK
RGB Variations
Color information
#D6BE90 (or 0xD6BE90) is known color: Tan. HEX triplet: D6, BE and 90. RGB value is (214,190,144). Sum of RGB (Red+Green+Blue) = 214+190+144=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE90 is #29416F. Grayscale: #C0C0C0. Windows color (decimal): -2703728 or 9486038. OLE color: 9486038.
HSL color Cylindrical-coordinate representation of color #D6BE90: hue angle of 39.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 #D6BE90 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 144 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.16 |
| HSL | 39.43º | 0.46% | 0.7% | - |
| HSV(B) | 39.43º | 0.33% | 0.84% | - |
| XYZ | 51.18 | 53.14 | 33.94 | - |
| YUV | 191.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 144 | 0 | 0.11 | 0.33 | 0.16 | 39.43 | 0.46 | 0.7 |
| Hex | D6 | BE | 90 | 0 | B | 21 | 10 | 27 | 2E | 46 |
| Octal | 326 | 276 | 220 | 0 | 13 | 41 | 20 | 47 | 56 | 106 |
| Binary | 11010110 | 10111110 | 10010000 | 0 | 1011 | 100001 | 10000 | 100111 | 101110 | 1000110 |
Color Harmonies of #D6BE90
Complementary color
Monochromatic Colors of #D6BE90
Black with #D6BE90
Text Example
Text Example
White with #D6BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE90; }
p { color: rgb(214,190,144); }
H1.HeaderClassName
{
color: #D6BE90;
}
.AnyTagClassName
{
color: #D6BE90;
}
</style>
background-color css
<style>
a { background-color: #D6BE90; }
a { background-color: rgb(214,190,144); }
div.DivClassName
{
background-color: #D6BE90;
}
.BgClassName
{
background-color: #D6BE90;
}
</style>
border-color css
<style>
span { border-color: #D6BE90; }
span { border-color: rgb(214,190,144); }
td.TdClassName
{
border-color: #D6BE90;
}
.TagClassName
{
border-color: #D6BE90;
}
</style>