Shades of Rum #6E5F75
Tints of Rum #6E5F75
RGB
CMYK
RGB Variations
Color information
#6E5F75 (or 0x6E5F75) is known color: Rum. HEX triplet: 6E, 5F and 75. RGB value is (110,95,117). Sum of RGB (Red+Green+Blue) = 110+95+117=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E5F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F75 is #91A08A. Grayscale: #656565. Windows color (decimal): -9543819 or 7692142. OLE color: 7692142.
HSL color Cylindrical-coordinate representation of color #6E5F75: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E5F75 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 95 | 117 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.54 |
| HSL | 280.91º | 0.1% | 0.42% | - |
| HSV(B) | 280.91º | 0.19% | 0.46% | - |
| XYZ | 13.73 | 12.78 | 18.57 | - |
| YUV | 101.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 117 | 0.06 | 0.19 | 0 | 0.54 | 280.91 | 0.1 | 0.42 |
| Hex | 6E | 5F | 75 | 6 | 13 | 0 | 36 | 119 | A | 2A |
| Octal | 156 | 137 | 165 | 6 | 23 | 0 | 66 | 431 | 12 | 52 |
| Binary | 1101110 | 1011111 | 1110101 | 110 | 10011 | 0 | 110110 | 100011001 | 1010 | 101010 |
Color Harmonies of #6E5F75
Complementary color
Monochromatic Colors of #6E5F75
Black with #6E5F75
Text Example
Text Example
White with #6E5F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F75; }
p { color: rgb(110,95,117); }
H1.HeaderClassName
{
color: #6E5F75;
}
.AnyTagClassName
{
color: #6E5F75;
}
</style>
background-color css
<style>
a { background-color: #6E5F75; }
a { background-color: rgb(110,95,117); }
div.DivClassName
{
background-color: #6E5F75;
}
.BgClassName
{
background-color: #6E5F75;
}
</style>
border-color css
<style>
span { border-color: #6E5F75; }
span { border-color: rgb(110,95,117); }
td.TdClassName
{
border-color: #6E5F75;
}
.TagClassName
{
border-color: #6E5F75;
}
</style>