Shades of Tan #D6BC92
Tints of Tan #D6BC92
RGB
CMYK
RGB Variations
Color information
#D6BC92 (or 0xD6BC92) is known color: Tan. HEX triplet: D6, BC and 92. RGB value is (214,188,146). Sum of RGB (Red+Green+Blue) = 214+188+146=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BC92 is #29436D. Grayscale: #BFBFBF. Windows color (decimal): -2704238 or 9616598. OLE color: 9616598.
HSL color Cylindrical-coordinate representation of color #D6BC92: hue angle of 37.06º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6BC92 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 146 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.16 |
| HSL | 37.06º | 0.45% | 0.71% | - |
| HSV(B) | 37.06º | 0.32% | 0.84% | - |
| XYZ | 50.9 | 52.34 | 34.61 | - |
| YUV | 190.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 146 | 0 | 0.12 | 0.32 | 0.16 | 37.06 | 0.45 | 0.71 |
| Hex | D6 | BC | 92 | 0 | C | 20 | 10 | 25 | 2D | 47 |
| Octal | 326 | 274 | 222 | 0 | 14 | 40 | 20 | 45 | 55 | 107 |
| Binary | 11010110 | 10111100 | 10010010 | 0 | 1100 | 100000 | 10000 | 100101 | 101101 | 1000111 |
Color Harmonies of #D6BC92
Complementary color
Monochromatic Colors of #D6BC92
Black with #D6BC92
Text Example
Text Example
White with #D6BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC92; }
p { color: rgb(214,188,146); }
H1.HeaderClassName
{
color: #D6BC92;
}
.AnyTagClassName
{
color: #D6BC92;
}
</style>
background-color css
<style>
a { background-color: #D6BC92; }
a { background-color: rgb(214,188,146); }
div.DivClassName
{
background-color: #D6BC92;
}
.BgClassName
{
background-color: #D6BC92;
}
</style>
border-color css
<style>
span { border-color: #D6BC92; }
span { border-color: rgb(214,188,146); }
td.TdClassName
{
border-color: #D6BC92;
}
.TagClassName
{
border-color: #D6BC92;
}
</style>