Shades of Tacha #D6B761
Tints of Tacha #D6B761
RGB
CMYK
RGB Variations
Color information
#D6B761 (or 0xD6B761) is known color: Tacha. HEX triplet: D6, B7 and 61. RGB value is (214,183,97). Sum of RGB (Red+Green+Blue) = 214+183+97=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B761 is #29489E. Grayscale: #B6B6B6. Windows color (decimal): -2705567 or 6404054. OLE color: 6404054.
HSL color Cylindrical-coordinate representation of color #D6B761: hue angle of 44.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6B761 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 97 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.16 |
| HSL | 44.1º | 0.59% | 0.61% | - |
| HSV(B) | 44.1º | 0.55% | 0.84% | - |
| XYZ | 46.82 | 49.03 | 18.3 | - |
| YUV | 182.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 97 | 0 | 0.14 | 0.55 | 0.16 | 44.1 | 0.59 | 0.61 |
| Hex | D6 | B7 | 61 | 0 | E | 37 | 10 | 2C | 3B | 3D |
| Octal | 326 | 267 | 141 | 0 | 16 | 67 | 20 | 54 | 73 | 75 |
| Binary | 11010110 | 10110111 | 1100001 | 0 | 1110 | 110111 | 10000 | 101100 | 111011 | 111101 |
Color Harmonies of #D6B761
Complementary color
Monochromatic Colors of #D6B761
Black with #D6B761
Text Example
Text Example
White with #D6B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B761; }
p { color: rgb(214,183,97); }
H1.HeaderClassName
{
color: #D6B761;
}
.AnyTagClassName
{
color: #D6B761;
}
</style>
background-color css
<style>
a { background-color: #D6B761; }
a { background-color: rgb(214,183,97); }
div.DivClassName
{
background-color: #D6B761;
}
.BgClassName
{
background-color: #D6B761;
}
</style>
border-color css
<style>
span { border-color: #D6B761; }
span { border-color: rgb(214,183,97); }
td.TdClassName
{
border-color: #D6B761;
}
.TagClassName
{
border-color: #D6B761;
}
</style>