Shades of Rum #6E6573
Tints of Rum #6E6573
RGB
CMYK
RGB Variations
Color information
#6E6573 (or 0x6E6573) is known color: Rum. HEX triplet: 6E, 65 and 73. RGB value is (110,101,115). Sum of RGB (Red+Green+Blue) = 110+101+115=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6573 is #919A8C. Grayscale: #696969. Windows color (decimal): -9542285 or 7562606. OLE color: 7562606.
HSL color Cylindrical-coordinate representation of color #6E6573: hue angle of 278.57º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6573 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 101 | 115 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.55 |
| HSL | 278.57º | 0.06% | 0.42% | - |
| HSV(B) | 278.57º | 0.12% | 0.45% | - |
| XYZ | 14.18 | 13.86 | 18.15 | - |
| YUV | 105.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 115 | 0.04 | 0.12 | 0 | 0.55 | 278.57 | 0.06 | 0.42 |
| Hex | 6E | 65 | 73 | 4 | C | 0 | 37 | 117 | 6 | 2A |
| Octal | 156 | 145 | 163 | 4 | 14 | 0 | 67 | 427 | 6 | 52 |
| Binary | 1101110 | 1100101 | 1110011 | 100 | 1100 | 0 | 110111 | 100010111 | 110 | 101010 |
Color Harmonies of #6E6573
Complementary color
Monochromatic Colors of #6E6573
Black with #6E6573
Text Example
Text Example
White with #6E6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6573; }
p { color: rgb(110,101,115); }
H1.HeaderClassName
{
color: #6E6573;
}
.AnyTagClassName
{
color: #6E6573;
}
</style>
background-color css
<style>
a { background-color: #6E6573; }
a { background-color: rgb(110,101,115); }
div.DivClassName
{
background-color: #6E6573;
}
.BgClassName
{
background-color: #6E6573;
}
</style>
border-color css
<style>
span { border-color: #6E6573; }
span { border-color: rgb(110,101,115); }
td.TdClassName
{
border-color: #6E6573;
}
.TagClassName
{
border-color: #6E6573;
}
</style>