Shades of Rum #6E5D71
Tints of Rum #6E5D71
RGB
CMYK
RGB Variations
Color information
#6E5D71 (or 0x6E5D71) is known color: Rum. HEX triplet: 6E, 5D and 71. RGB value is (110,93,113). Sum of RGB (Red+Green+Blue) = 110+93+113=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D71 is #91A28E. Grayscale: #646464. Windows color (decimal): -9544335 or 7429486. OLE color: 7429486.
HSL color Cylindrical-coordinate representation of color #6E5D71: hue angle of 291º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E5D71 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 93 | 113 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.56 |
| HSL | 291º | 0.1% | 0.4% | - |
| HSV(B) | 291º | 0.18% | 0.44% | - |
| XYZ | 13.33 | 12.34 | 17.3 | - |
| YUV | 100.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 113 | 0.03 | 0.18 | 0 | 0.56 | 291 | 0.1 | 0.4 |
| Hex | 6E | 5D | 71 | 3 | 12 | 0 | 38 | 123 | A | 28 |
| Octal | 156 | 135 | 161 | 3 | 22 | 0 | 70 | 443 | 12 | 50 |
| Binary | 1101110 | 1011101 | 1110001 | 11 | 10010 | 0 | 111000 | 100100011 | 1010 | 101000 |
Color Harmonies of #6E5D71
Complementary color
Monochromatic Colors of #6E5D71
Black with #6E5D71
Text Example
Text Example
White with #6E5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D71; }
p { color: rgb(110,93,113); }
H1.HeaderClassName
{
color: #6E5D71;
}
.AnyTagClassName
{
color: #6E5D71;
}
</style>
background-color css
<style>
a { background-color: #6E5D71; }
a { background-color: rgb(110,93,113); }
div.DivClassName
{
background-color: #6E5D71;
}
.BgClassName
{
background-color: #6E5D71;
}
</style>
border-color css
<style>
span { border-color: #6E5D71; }
span { border-color: rgb(110,93,113); }
td.TdClassName
{
border-color: #6E5D71;
}
.TagClassName
{
border-color: #6E5D71;
}
</style>