Shades of Tan #D6BB91
Tints of Tan #D6BB91
RGB
CMYK
RGB Variations
Color information
#D6BB91 (or 0xD6BB91) is known color: Tan. HEX triplet: D6, BB and 91. RGB value is (214,187,145). Sum of RGB (Red+Green+Blue) = 214+187+145=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB91 is #29446E. Grayscale: #BEBEBE. Windows color (decimal): -2704495 or 9550806. OLE color: 9550806.
HSL color Cylindrical-coordinate representation of color #D6BB91: hue angle of 36.52º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6BB91 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 145 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.16 |
| HSL | 36.52º | 0.46% | 0.7% | - |
| HSV(B) | 36.52º | 0.32% | 0.84% | - |
| XYZ | 50.61 | 51.88 | 34.13 | - |
| YUV | 190.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 145 | 0 | 0.13 | 0.32 | 0.16 | 36.52 | 0.46 | 0.7 |
| Hex | D6 | BB | 91 | 0 | D | 20 | 10 | 25 | 2E | 46 |
| Octal | 326 | 273 | 221 | 0 | 15 | 40 | 20 | 45 | 56 | 106 |
| Binary | 11010110 | 10111011 | 10010001 | 0 | 1101 | 100000 | 10000 | 100101 | 101110 | 1000110 |
Color Harmonies of #D6BB91
Complementary color
Monochromatic Colors of #D6BB91
Black with #D6BB91
Text Example
Text Example
White with #D6BB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB91; }
p { color: rgb(214,187,145); }
H1.HeaderClassName
{
color: #D6BB91;
}
.AnyTagClassName
{
color: #D6BB91;
}
</style>
background-color css
<style>
a { background-color: #D6BB91; }
a { background-color: rgb(214,187,145); }
div.DivClassName
{
background-color: #D6BB91;
}
.BgClassName
{
background-color: #D6BB91;
}
</style>
border-color css
<style>
span { border-color: #D6BB91; }
span { border-color: rgb(214,187,145); }
td.TdClassName
{
border-color: #D6BB91;
}
.TagClassName
{
border-color: #D6BB91;
}
</style>