Shades of Tacha #D6B665
Tints of Tacha #D6B665
RGB
CMYK
RGB Variations
Color information
#D6B665 (or 0xD6B665) is known color: Tacha. HEX triplet: D6, B6 and 65. RGB value is (214,182,101). Sum of RGB (Red+Green+Blue) = 214+182+101=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B665 is #29499A. Grayscale: #B6B6B6. Windows color (decimal): -2705819 or 6665942. OLE color: 6665942.
HSL color Cylindrical-coordinate representation of color #D6B665: hue angle of 43.01º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6B665 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 101 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.16 |
| HSL | 43.01º | 0.58% | 0.62% | - |
| HSV(B) | 43.01º | 0.53% | 0.84% | - |
| XYZ | 46.81 | 48.69 | 19.24 | - |
| YUV | 182.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 101 | 0 | 0.15 | 0.53 | 0.16 | 43.01 | 0.58 | 0.62 |
| Hex | D6 | B6 | 65 | 0 | F | 35 | 10 | 2B | 3A | 3E |
| Octal | 326 | 266 | 145 | 0 | 17 | 65 | 20 | 53 | 72 | 76 |
| Binary | 11010110 | 10110110 | 1100101 | 0 | 1111 | 110101 | 10000 | 101011 | 111010 | 111110 |
Color Harmonies of #D6B665
Complementary color
Monochromatic Colors of #D6B665
Black with #D6B665
Text Example
Text Example
White with #D6B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B665; }
p { color: rgb(214,182,101); }
H1.HeaderClassName
{
color: #D6B665;
}
.AnyTagClassName
{
color: #D6B665;
}
</style>
background-color css
<style>
a { background-color: #D6B665; }
a { background-color: rgb(214,182,101); }
div.DivClassName
{
background-color: #D6B665;
}
.BgClassName
{
background-color: #D6B665;
}
</style>
border-color css
<style>
span { border-color: #D6B665; }
span { border-color: rgb(214,182,101); }
td.TdClassName
{
border-color: #D6B665;
}
.TagClassName
{
border-color: #D6B665;
}
</style>