Shades of Rum #6E6177
Tints of Rum #6E6177
RGB
CMYK
RGB Variations
Color information
#6E6177 (or 0x6E6177) is known color: Rum. HEX triplet: 6E, 61 and 77. RGB value is (110,97,119). Sum of RGB (Red+Green+Blue) = 110+97+119=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E6177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6177 is #919E88. Grayscale: #676767. Windows color (decimal): -9543305 or 7823726. OLE color: 7823726.
HSL color Cylindrical-coordinate representation of color #6E6177: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E6177 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 97 | 119 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.53 |
| HSL | 275.45º | 0.1% | 0.42% | - |
| HSV(B) | 275.45º | 0.18% | 0.47% | - |
| XYZ | 14.03 | 13.2 | 19.26 | - |
| YUV | 103.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 119 | 0.08 | 0.18 | 0 | 0.53 | 275.45 | 0.1 | 0.42 |
| Hex | 6E | 61 | 77 | 8 | 12 | 0 | 35 | 113 | A | 2A |
| Octal | 156 | 141 | 167 | 10 | 22 | 0 | 65 | 423 | 12 | 52 |
| Binary | 1101110 | 1100001 | 1110111 | 1000 | 10010 | 0 | 110101 | 100010011 | 1010 | 101010 |
Color Harmonies of #6E6177
Complementary color
Monochromatic Colors of #6E6177
Black with #6E6177
Text Example
Text Example
White with #6E6177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6177; }
p { color: rgb(110,97,119); }
H1.HeaderClassName
{
color: #6E6177;
}
.AnyTagClassName
{
color: #6E6177;
}
</style>
background-color css
<style>
a { background-color: #6E6177; }
a { background-color: rgb(110,97,119); }
div.DivClassName
{
background-color: #6E6177;
}
.BgClassName
{
background-color: #6E6177;
}
</style>
border-color css
<style>
span { border-color: #6E6177; }
span { border-color: rgb(110,97,119); }
td.TdClassName
{
border-color: #6E6177;
}
.TagClassName
{
border-color: #6E6177;
}
</style>