Shades of Rum #6D616F
Tints of Rum #6D616F
RGB
CMYK
RGB Variations
Color information
#6D616F (or 0x6D616F) is known color: Rum. HEX triplet: 6D, 61 and 6F. RGB value is (109,97,111). Sum of RGB (Red+Green+Blue) = 109+97+111=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D616F is #929E90. Grayscale: #666666. Windows color (decimal): -9608849 or 7299437. OLE color: 7299437.
HSL color Cylindrical-coordinate representation of color #6D616F: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D616F is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 97 | 111 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.56 |
| HSL | 291.43º | 0.07% | 0.41% | - |
| HSV(B) | 291.43º | 0.13% | 0.44% | - |
| XYZ | 13.45 | 12.95 | 16.83 | - |
| YUV | 102.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 111 | 0.02 | 0.13 | 0 | 0.56 | 291.43 | 0.07 | 0.41 |
| Hex | 6D | 61 | 6F | 2 | D | 0 | 38 | 123 | 7 | 29 |
| Octal | 155 | 141 | 157 | 2 | 15 | 0 | 70 | 443 | 7 | 51 |
| Binary | 1101101 | 1100001 | 1101111 | 10 | 1101 | 0 | 111000 | 100100011 | 111 | 101001 |
Color Harmonies of #6D616F
Complementary color
Monochromatic Colors of #6D616F
Black with #6D616F
Text Example
Text Example
White with #6D616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D616F; }
p { color: rgb(109,97,111); }
H1.HeaderClassName
{
color: #6D616F;
}
.AnyTagClassName
{
color: #6D616F;
}
</style>
background-color css
<style>
a { background-color: #6D616F; }
a { background-color: rgb(109,97,111); }
div.DivClassName
{
background-color: #6D616F;
}
.BgClassName
{
background-color: #6D616F;
}
</style>
border-color css
<style>
span { border-color: #6D616F; }
span { border-color: rgb(109,97,111); }
td.TdClassName
{
border-color: #6D616F;
}
.TagClassName
{
border-color: #6D616F;
}
</style>