Shades of Rum #6E6173
Tints of Rum #6E6173
RGB
CMYK
RGB Variations
Color information
#6E6173 (or 0x6E6173) is known color: Rum. HEX triplet: 6E, 61 and 73. RGB value is (110,97,115). Sum of RGB (Red+Green+Blue) = 110+97+115=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E6173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6173 is #919E8C. Grayscale: #666666. Windows color (decimal): -9543309 or 7561582. OLE color: 7561582.
HSL color Cylindrical-coordinate representation of color #6E6173: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E6173 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 97 | 115 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.55 |
| HSL | 283.33º | 0.08% | 0.42% | - |
| HSV(B) | 283.33º | 0.16% | 0.45% | - |
| XYZ | 13.8 | 13.1 | 18.02 | - |
| YUV | 102.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 115 | 0.04 | 0.16 | 0 | 0.55 | 283.33 | 0.08 | 0.42 |
| Hex | 6E | 61 | 73 | 4 | 10 | 0 | 37 | 11B | 8 | 2A |
| Octal | 156 | 141 | 163 | 4 | 20 | 0 | 67 | 433 | 10 | 52 |
| Binary | 1101110 | 1100001 | 1110011 | 100 | 10000 | 0 | 110111 | 100011011 | 1000 | 101010 |
Color Harmonies of #6E6173
Complementary color
Monochromatic Colors of #6E6173
Black with #6E6173
Text Example
Text Example
White with #6E6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6173; }
p { color: rgb(110,97,115); }
H1.HeaderClassName
{
color: #6E6173;
}
.AnyTagClassName
{
color: #6E6173;
}
</style>
background-color css
<style>
a { background-color: #6E6173; }
a { background-color: rgb(110,97,115); }
div.DivClassName
{
background-color: #6E6173;
}
.BgClassName
{
background-color: #6E6173;
}
</style>
border-color css
<style>
span { border-color: #6E6173; }
span { border-color: rgb(110,97,115); }
td.TdClassName
{
border-color: #6E6173;
}
.TagClassName
{
border-color: #6E6173;
}
</style>