Shades of Rum #6E5D73
Tints of Rum #6E5D73
RGB
CMYK
RGB Variations
Color information
#6E5D73 (or 0x6E5D73) is known color: Rum. HEX triplet: 6E, 5D and 73. RGB value is (110,93,115). Sum of RGB (Red+Green+Blue) = 110+93+115=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E5D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D73 is #91A28C. Grayscale: #646464. Windows color (decimal): -9544333 or 7560558. OLE color: 7560558.
HSL color Cylindrical-coordinate representation of color #6E5D73: hue angle of 286.36º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E5D73 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 93 | 115 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.55 |
| HSL | 286.36º | 0.11% | 0.41% | - |
| HSV(B) | 286.36º | 0.19% | 0.45% | - |
| XYZ | 13.44 | 12.38 | 17.9 | - |
| YUV | 100.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 115 | 0.04 | 0.19 | 0 | 0.55 | 286.36 | 0.11 | 0.41 |
| Hex | 6E | 5D | 73 | 4 | 13 | 0 | 37 | 11E | B | 29 |
| Octal | 156 | 135 | 163 | 4 | 23 | 0 | 67 | 436 | 13 | 51 |
| Binary | 1101110 | 1011101 | 1110011 | 100 | 10011 | 0 | 110111 | 100011110 | 1011 | 101001 |
Color Harmonies of #6E5D73
Complementary color
Monochromatic Colors of #6E5D73
Black with #6E5D73
Text Example
Text Example
White with #6E5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D73; }
p { color: rgb(110,93,115); }
H1.HeaderClassName
{
color: #6E5D73;
}
.AnyTagClassName
{
color: #6E5D73;
}
</style>
background-color css
<style>
a { background-color: #6E5D73; }
a { background-color: rgb(110,93,115); }
div.DivClassName
{
background-color: #6E5D73;
}
.BgClassName
{
background-color: #6E5D73;
}
</style>
border-color css
<style>
span { border-color: #6E5D73; }
span { border-color: rgb(110,93,115); }
td.TdClassName
{
border-color: #6E5D73;
}
.TagClassName
{
border-color: #6E5D73;
}
</style>