Shades of Eminence #68436F
Tints of Eminence #68436F
RGB
CMYK
RGB Variations
Color information
#68436F (or 0x68436F) is known color: Eminence. HEX triplet: 68, 43 and 6F. RGB value is (104,67,111). Sum of RGB (Red+Green+Blue) = 104+67+111=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #68436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68436F is #97BC90. Grayscale: #525252. Windows color (decimal): -9944209 or 7291752. OLE color: 7291752.
HSL color Cylindrical-coordinate representation of color #68436F: hue angle of 290.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68436F is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 67 | 111 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.56 |
| HSL | 290.45º | 0.25% | 0.35% | - |
| HSV(B) | 290.45º | 0.4% | 0.44% | - |
| XYZ | 10.59 | 8.11 | 16.05 | - |
| YUV | 83.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 111 | 0.06 | 0.40 | 0 | 0.56 | 290.45 | 0.25 | 0.35 |
| Hex | 68 | 43 | 6F | 6 | 28 | 0 | 38 | 122 | 19 | 23 |
| Octal | 150 | 103 | 157 | 6 | 50 | 0 | 70 | 442 | 31 | 43 |
| Binary | 1101000 | 1000011 | 1101111 | 110 | 101000 | 0 | 111000 | 100100010 | 11001 | 100011 |
Color Harmonies of #68436F
Complementary color
Monochromatic Colors of #68436F
Black with #68436F
Text Example
Text Example
White with #68436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68436F; }
p { color: rgb(104,67,111); }
H1.HeaderClassName
{
color: #68436F;
}
.AnyTagClassName
{
color: #68436F;
}
</style>
background-color css
<style>
a { background-color: #68436F; }
a { background-color: rgb(104,67,111); }
div.DivClassName
{
background-color: #68436F;
}
.BgClassName
{
background-color: #68436F;
}
</style>
border-color css
<style>
span { border-color: #68436F; }
span { border-color: rgb(104,67,111); }
td.TdClassName
{
border-color: #68436F;
}
.TagClassName
{
border-color: #68436F;
}
</style>