Shades of Tan #D6B68E
Tints of Tan #D6B68E
RGB
CMYK
RGB Variations
Color information
#D6B68E (or 0xD6B68E) is known color: Tan. HEX triplet: D6, B6 and 8E. RGB value is (214,182,142). Sum of RGB (Red+Green+Blue) = 214+182+142=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B68E is #294971. Grayscale: #BBBBBB. Windows color (decimal): -2705778 or 9352918. OLE color: 9352918.
HSL color Cylindrical-coordinate representation of color #D6B68E: hue angle of 33.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6B68E is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 142 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.16 |
| HSL | 33.33º | 0.47% | 0.7% | - |
| HSV(B) | 33.33º | 0.34% | 0.84% | - |
| XYZ | 49.34 | 49.71 | 32.58 | - |
| YUV | 187.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 142 | 0 | 0.15 | 0.34 | 0.16 | 33.33 | 0.47 | 0.7 |
| Hex | D6 | B6 | 8E | 0 | F | 22 | 10 | 21 | 2F | 46 |
| Octal | 326 | 266 | 216 | 0 | 17 | 42 | 20 | 41 | 57 | 106 |
| Binary | 11010110 | 10110110 | 10001110 | 0 | 1111 | 100010 | 10000 | 100001 | 101111 | 1000110 |
Color Harmonies of #D6B68E
Complementary color
Monochromatic Colors of #D6B68E
Black with #D6B68E
Text Example
Text Example
White with #D6B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B68E; }
p { color: rgb(214,182,142); }
H1.HeaderClassName
{
color: #D6B68E;
}
.AnyTagClassName
{
color: #D6B68E;
}
</style>
background-color css
<style>
a { background-color: #D6B68E; }
a { background-color: rgb(214,182,142); }
div.DivClassName
{
background-color: #D6B68E;
}
.BgClassName
{
background-color: #D6B68E;
}
</style>
border-color css
<style>
span { border-color: #D6B68E; }
span { border-color: rgb(214,182,142); }
td.TdClassName
{
border-color: #D6B68E;
}
.TagClassName
{
border-color: #D6B68E;
}
</style>