Shades of Rum #6E5F79
Tints of Rum #6E5F79
RGB
CMYK
RGB Variations
Color information
#6E5F79 (or 0x6E5F79) is known color: Rum. HEX triplet: 6E, 5F and 79. RGB value is (110,95,121). Sum of RGB (Red+Green+Blue) = 110+95+121=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E5F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F79 is #91A086. Grayscale: #666666. Windows color (decimal): -9543815 or 7954286. OLE color: 7954286.
HSL color Cylindrical-coordinate representation of color #6E5F79: hue angle of 274.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5F79 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 95 | 121 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.53 |
| HSL | 274.62º | 0.12% | 0.42% | - |
| HSV(B) | 274.62º | 0.21% | 0.47% | - |
| XYZ | 13.97 | 12.88 | 19.84 | - |
| YUV | 102.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 121 | 0.09 | 0.21 | 0 | 0.53 | 274.62 | 0.12 | 0.42 |
| Hex | 6E | 5F | 79 | 9 | 15 | 0 | 35 | 113 | C | 2A |
| Octal | 156 | 137 | 171 | 11 | 25 | 0 | 65 | 423 | 14 | 52 |
| Binary | 1101110 | 1011111 | 1111001 | 1001 | 10101 | 0 | 110101 | 100010011 | 1100 | 101010 |
Color Harmonies of #6E5F79
Complementary color
Monochromatic Colors of #6E5F79
Black with #6E5F79
Text Example
Text Example
White with #6E5F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F79; }
p { color: rgb(110,95,121); }
H1.HeaderClassName
{
color: #6E5F79;
}
.AnyTagClassName
{
color: #6E5F79;
}
</style>
background-color css
<style>
a { background-color: #6E5F79; }
a { background-color: rgb(110,95,121); }
div.DivClassName
{
background-color: #6E5F79;
}
.BgClassName
{
background-color: #6E5F79;
}
</style>
border-color css
<style>
span { border-color: #6E5F79; }
span { border-color: rgb(110,95,121); }
td.TdClassName
{
border-color: #6E5F79;
}
.TagClassName
{
border-color: #6E5F79;
}
</style>