Shades of Rum #6E5E71
Tints of Rum #6E5E71
RGB
CMYK
RGB Variations
Color information
#6E5E71 (or 0x6E5E71) is known color: Rum. HEX triplet: 6E, 5E and 71. RGB value is (110,94,113). Sum of RGB (Red+Green+Blue) = 110+94+113=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E71 is #91A18E. Grayscale: #646464. Windows color (decimal): -9544079 or 7429742. OLE color: 7429742.
HSL color Cylindrical-coordinate representation of color #6E5E71: hue angle of 290.53º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E5E71 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 110 | 94 | 113 | - |
CMYK | 0.03 | 0.17 | 0 | 0.56 |
HSL | 290.53º | 0.09% | 0.41% | - |
HSV(B) | 290.53º | 0.17% | 0.44% | - |
XYZ | 13.41 | 12.51 | 17.33 | - |
YUV | 100.95 | 134.8 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 94 | 113 | 0.03 | 0.17 | 0 | 0.56 | 290.53 | 0.09 | 0.41 |
Hex | 6E | 5E | 71 | 3 | 11 | 0 | 38 | 123 | 9 | 29 |
Octal | 156 | 136 | 161 | 3 | 21 | 0 | 70 | 443 | 11 | 51 |
Binary | 1101110 | 1011110 | 1110001 | 11 | 10001 | 0 | 111000 | 100100011 | 1001 | 101001 |
Color Harmonies of #6E5E71
Complementary color
Monochromatic Colors of #6E5E71
Black with #6E5E71
Text Example
Text Example
White with #6E5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E71; }
p { color: rgb(110,94,113); }
H1.HeaderClassName
{
color: #6E5E71;
}
.AnyTagClassName
{
color: #6E5E71;
}
</style>
background-color css
<style>
a { background-color: #6E5E71; }
a { background-color: rgb(110,94,113); }
div.DivClassName
{
background-color: #6E5E71;
}
.BgClassName
{
background-color: #6E5E71;
}
</style>
border-color css
<style>
span { border-color: #6E5E71; }
span { border-color: rgb(110,94,113); }
td.TdClassName
{
border-color: #6E5E71;
}
.TagClassName
{
border-color: #6E5E71;
}
</style>