Shades of Tacha #D6B96B
Tints of Tacha #D6B96B
RGB
CMYK
RGB Variations
Color information
#D6B96B (or 0xD6B96B) is known color: Tacha. HEX triplet: D6, B9 and 6B. RGB value is (214,185,107). Sum of RGB (Red+Green+Blue) = 214+185+107=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B96B is #294694. Grayscale: #B9B9B9. Windows color (decimal): -2705045 or 7059926. OLE color: 7059926.
HSL color Cylindrical-coordinate representation of color #D6B96B: hue angle of 43.74º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B96B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 107 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.16 |
| HSL | 43.74º | 0.57% | 0.63% | - |
| HSV(B) | 43.74º | 0.5% | 0.84% | - |
| XYZ | 47.73 | 50.06 | 21.06 | - |
| YUV | 184.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 107 | 0 | 0.14 | 0.50 | 0.16 | 43.74 | 0.57 | 0.63 |
| Hex | D6 | B9 | 6B | 0 | E | 32 | 10 | 2C | 39 | 3F |
| Octal | 326 | 271 | 153 | 0 | 16 | 62 | 20 | 54 | 71 | 77 |
| Binary | 11010110 | 10111001 | 1101011 | 0 | 1110 | 110010 | 10000 | 101100 | 111001 | 111111 |
Color Harmonies of #D6B96B
Complementary color
Monochromatic Colors of #D6B96B
Black with #D6B96B
Text Example
Text Example
White with #D6B96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B96B; }
p { color: rgb(214,185,107); }
H1.HeaderClassName
{
color: #D6B96B;
}
.AnyTagClassName
{
color: #D6B96B;
}
</style>
background-color css
<style>
a { background-color: #D6B96B; }
a { background-color: rgb(214,185,107); }
div.DivClassName
{
background-color: #D6B96B;
}
.BgClassName
{
background-color: #D6B96B;
}
</style>
border-color css
<style>
span { border-color: #D6B96B; }
span { border-color: rgb(214,185,107); }
td.TdClassName
{
border-color: #D6B96B;
}
.TagClassName
{
border-color: #D6B96B;
}
</style>