Shades of Eunry #D6A9A1
Tints of Eunry #D6A9A1
RGB
CMYK
RGB Variations
Color information
#D6A9A1 (or 0xD6A9A1) is known color: Eunry. HEX triplet: D6, A9 and A1. RGB value is (214,169,161). Sum of RGB (Red+Green+Blue) = 214+169+161=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A9A1 is #29565E. Grayscale: #B5B5B5. Windows color (decimal): -2709087 or 10594774. OLE color: 10594774.
HSL color Cylindrical-coordinate representation of color #D6A9A1: hue angle of 9.06º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A9A1 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 161 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.16 |
| HSL | 9.06º | 0.39% | 0.74% | - |
| HSV(B) | 9.06º | 0.25% | 0.84% | - |
| XYZ | 48.35 | 45.25 | 39.9 | - |
| YUV | 181.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 161 | 0 | 0.21 | 0.25 | 0.16 | 9.06 | 0.39 | 0.74 |
| Hex | D6 | A9 | A1 | 0 | 15 | 19 | 10 | 9 | 27 | 4A |
| Octal | 326 | 251 | 241 | 0 | 25 | 31 | 20 | 11 | 47 | 112 |
| Binary | 11010110 | 10101001 | 10100001 | 0 | 10101 | 11001 | 10000 | 1001 | 100111 | 1001010 |
Color Harmonies of #D6A9A1
Complementary color
Monochromatic Colors of #D6A9A1
Black with #D6A9A1
Text Example
Text Example
White with #D6A9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A9A1; }
p { color: rgb(214,169,161); }
H1.HeaderClassName
{
color: #D6A9A1;
}
.AnyTagClassName
{
color: #D6A9A1;
}
</style>
background-color css
<style>
a { background-color: #D6A9A1; }
a { background-color: rgb(214,169,161); }
div.DivClassName
{
background-color: #D6A9A1;
}
.BgClassName
{
background-color: #D6A9A1;
}
</style>
border-color css
<style>
span { border-color: #D6A9A1; }
span { border-color: rgb(214,169,161); }
td.TdClassName
{
border-color: #D6A9A1;
}
.TagClassName
{
border-color: #D6A9A1;
}
</style>