Shades of Eminence #6D476D
Tints of Eminence #6D476D
RGB
CMYK
RGB Variations
Color information
#6D476D (or 0x6D476D) is known color: Eminence. HEX triplet: 6D, 47 and 6D. RGB value is (109,71,109). Sum of RGB (Red+Green+Blue) = 109+71+109=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D476D is #92B892. Grayscale: #565656. Windows color (decimal): -9615507 or 7161709. OLE color: 7161709.
HSL color Cylindrical-coordinate representation of color #6D476D: hue angle of 300º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D476D is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 109 | - |
| CMYK | 0 | 0.35 | 0 | 0.57 |
| HSL | 300º | 0.21% | 0.35% | - |
| HSV(B) | 300º | 0.35% | 0.43% | - |
| XYZ | 11.32 | 8.86 | 15.58 | - |
| YUV | 86.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 109 | 0 | 0.35 | 0 | 0.57 | 300 | 0.21 | 0.35 |
| Hex | 6D | 47 | 6D | 0 | 23 | 0 | 39 | 12C | 15 | 23 |
| Octal | 155 | 107 | 155 | 0 | 43 | 0 | 71 | 454 | 25 | 43 |
| Binary | 1101101 | 1000111 | 1101101 | 0 | 100011 | 0 | 111001 | 100101100 | 10101 | 100011 |
Color Harmonies of #6D476D
Complementary color
Monochromatic Colors of #6D476D
Black with #6D476D
Text Example
Text Example
White with #6D476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D476D; }
p { color: rgb(109,71,109); }
H1.HeaderClassName
{
color: #6D476D;
}
.AnyTagClassName
{
color: #6D476D;
}
</style>
background-color css
<style>
a { background-color: #6D476D; }
a { background-color: rgb(109,71,109); }
div.DivClassName
{
background-color: #6D476D;
}
.BgClassName
{
background-color: #6D476D;
}
</style>
border-color css
<style>
span { border-color: #6D476D; }
span { border-color: rgb(109,71,109); }
td.TdClassName
{
border-color: #6D476D;
}
.TagClassName
{
border-color: #6D476D;
}
</style>