Shades of Eminence #66436D
Tints of Eminence #66436D
RGB
CMYK
RGB Variations
Color information
#66436D (or 0x66436D) is known color: Eminence. HEX triplet: 66, 43 and 6D. RGB value is (102,67,109). Sum of RGB (Red+Green+Blue) = 102+67+109=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #66436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66436D is #99BC92. Grayscale: #525252. Windows color (decimal): -10075283 or 7160678. OLE color: 7160678.
HSL color Cylindrical-coordinate representation of color #66436D: hue angle of 290º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66436D is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 67 | 109 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.57 |
| HSL | 290º | 0.24% | 0.35% | - |
| HSV(B) | 290º | 0.39% | 0.43% | - |
| XYZ | 10.25 | 7.94 | 15.46 | - |
| YUV | 82.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 109 | 0.06 | 0.39 | 0 | 0.57 | 290 | 0.24 | 0.35 |
| Hex | 66 | 43 | 6D | 6 | 27 | 0 | 39 | 122 | 18 | 23 |
| Octal | 146 | 103 | 155 | 6 | 47 | 0 | 71 | 442 | 30 | 43 |
| Binary | 1100110 | 1000011 | 1101101 | 110 | 100111 | 0 | 111001 | 100100010 | 11000 | 100011 |
Color Harmonies of #66436D
Complementary color
Monochromatic Colors of #66436D
Black with #66436D
Text Example
Text Example
White with #66436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66436D; }
p { color: rgb(102,67,109); }
H1.HeaderClassName
{
color: #66436D;
}
.AnyTagClassName
{
color: #66436D;
}
</style>
background-color css
<style>
a { background-color: #66436D; }
a { background-color: rgb(102,67,109); }
div.DivClassName
{
background-color: #66436D;
}
.BgClassName
{
background-color: #66436D;
}
</style>
border-color css
<style>
span { border-color: #66436D; }
span { border-color: rgb(102,67,109); }
td.TdClassName
{
border-color: #66436D;
}
.TagClassName
{
border-color: #66436D;
}
</style>