Shades of Rum #6E5F70
Tints of Rum #6E5F70
RGB
CMYK
RGB Variations
Color information
#6E5F70 (or 0x6E5F70) is known color: Rum. HEX triplet: 6E, 5F and 70. RGB value is (110,95,112). Sum of RGB (Red+Green+Blue) = 110+95+112=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F70 is #91A08F. Grayscale: #656565. Windows color (decimal): -9543824 or 7364462. OLE color: 7364462.
HSL color Cylindrical-coordinate representation of color #6E5F70: hue angle of 292.94º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E5F70 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 95 | 112 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.56 |
| HSL | 292.94º | 0.08% | 0.41% | - |
| HSV(B) | 292.94º | 0.15% | 0.44% | - |
| XYZ | 13.45 | 12.67 | 17.07 | - |
| YUV | 101.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 112 | 0.02 | 0.15 | 0 | 0.56 | 292.94 | 0.08 | 0.41 |
| Hex | 6E | 5F | 70 | 2 | F | 0 | 38 | 125 | 8 | 29 |
| Octal | 156 | 137 | 160 | 2 | 17 | 0 | 70 | 445 | 10 | 51 |
| Binary | 1101110 | 1011111 | 1110000 | 10 | 1111 | 0 | 111000 | 100100101 | 1000 | 101001 |
Color Harmonies of #6E5F70
Complementary color
Monochromatic Colors of #6E5F70
Black with #6E5F70
Text Example
Text Example
White with #6E5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F70; }
p { color: rgb(110,95,112); }
H1.HeaderClassName
{
color: #6E5F70;
}
.AnyTagClassName
{
color: #6E5F70;
}
</style>
background-color css
<style>
a { background-color: #6E5F70; }
a { background-color: rgb(110,95,112); }
div.DivClassName
{
background-color: #6E5F70;
}
.BgClassName
{
background-color: #6E5F70;
}
</style>
border-color css
<style>
span { border-color: #6E5F70; }
span { border-color: rgb(110,95,112); }
td.TdClassName
{
border-color: #6E5F70;
}
.TagClassName
{
border-color: #6E5F70;
}
</style>