Shades of Rum #6E5D75
Tints of Rum #6E5D75
RGB
CMYK
RGB Variations
Color information
#6E5D75 (or 0x6E5D75) is known color: Rum. HEX triplet: 6E, 5D and 75. RGB value is (110,93,117). Sum of RGB (Red+Green+Blue) = 110+93+117=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E5D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D75 is #91A28A. Grayscale: #646464. Windows color (decimal): -9544331 or 7691630. OLE color: 7691630.
HSL color Cylindrical-coordinate representation of color #6E5D75: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5D75 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 93 | 117 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.54 |
| HSL | 282.5º | 0.11% | 0.41% | - |
| HSV(B) | 282.5º | 0.21% | 0.46% | - |
| XYZ | 13.56 | 12.43 | 18.51 | - |
| YUV | 100.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 117 | 0.06 | 0.21 | 0 | 0.54 | 282.5 | 0.11 | 0.41 |
| Hex | 6E | 5D | 75 | 6 | 15 | 0 | 36 | 11A | B | 29 |
| Octal | 156 | 135 | 165 | 6 | 25 | 0 | 66 | 432 | 13 | 51 |
| Binary | 1101110 | 1011101 | 1110101 | 110 | 10101 | 0 | 110110 | 100011010 | 1011 | 101001 |
Color Harmonies of #6E5D75
Complementary color
Monochromatic Colors of #6E5D75
Black with #6E5D75
Text Example
Text Example
White with #6E5D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D75; }
p { color: rgb(110,93,117); }
H1.HeaderClassName
{
color: #6E5D75;
}
.AnyTagClassName
{
color: #6E5D75;
}
</style>
background-color css
<style>
a { background-color: #6E5D75; }
a { background-color: rgb(110,93,117); }
div.DivClassName
{
background-color: #6E5D75;
}
.BgClassName
{
background-color: #6E5D75;
}
</style>
border-color css
<style>
span { border-color: #6E5D75; }
span { border-color: rgb(110,93,117); }
td.TdClassName
{
border-color: #6E5D75;
}
.TagClassName
{
border-color: #6E5D75;
}
</style>