Shades of Tan #D6B78C
Tints of Tan #D6B78C
RGB
CMYK
RGB Variations
Color information
#D6B78C (or 0xD6B78C) is known color: Tan. HEX triplet: D6, B7 and 8C. RGB value is (214,183,140). Sum of RGB (Red+Green+Blue) = 214+183+140=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B78C is #294873. Grayscale: #BBBBBB. Windows color (decimal): -2705524 or 9222102. OLE color: 9222102.
HSL color Cylindrical-coordinate representation of color #D6B78C: hue angle of 34.86º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6B78C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 140 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.16 |
| HSL | 34.86º | 0.47% | 0.69% | - |
| HSV(B) | 34.86º | 0.35% | 0.84% | - |
| XYZ | 49.4 | 50.06 | 31.87 | - |
| YUV | 187.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 140 | 0 | 0.14 | 0.35 | 0.16 | 34.86 | 0.47 | 0.69 |
| Hex | D6 | B7 | 8C | 0 | E | 23 | 10 | 23 | 2F | 45 |
| Octal | 326 | 267 | 214 | 0 | 16 | 43 | 20 | 43 | 57 | 105 |
| Binary | 11010110 | 10110111 | 10001100 | 0 | 1110 | 100011 | 10000 | 100011 | 101111 | 1000101 |
Color Harmonies of #D6B78C
Complementary color
Monochromatic Colors of #D6B78C
Black with #D6B78C
Text Example
Text Example
White with #D6B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B78C; }
p { color: rgb(214,183,140); }
H1.HeaderClassName
{
color: #D6B78C;
}
.AnyTagClassName
{
color: #D6B78C;
}
</style>
background-color css
<style>
a { background-color: #D6B78C; }
a { background-color: rgb(214,183,140); }
div.DivClassName
{
background-color: #D6B78C;
}
.BgClassName
{
background-color: #D6B78C;
}
</style>
border-color css
<style>
span { border-color: #D6B78C; }
span { border-color: rgb(214,183,140); }
td.TdClassName
{
border-color: #D6B78C;
}
.TagClassName
{
border-color: #D6B78C;
}
</style>