Shades of Rum #6D616E
Tints of Rum #6D616E
RGB
CMYK
RGB Variations
Color information
#6D616E (or 0x6D616E) is known color: Rum. HEX triplet: 6D, 61 and 6E. RGB value is (109,97,110). Sum of RGB (Red+Green+Blue) = 109+97+110=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D616E is #929E91. Grayscale: #666666. Windows color (decimal): -9608850 or 7233901. OLE color: 7233901.
HSL color Cylindrical-coordinate representation of color #6D616E: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D616E is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 97 | 110 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.57 |
| HSL | 295.38º | 0.06% | 0.41% | - |
| HSV(B) | 295.38º | 0.12% | 0.43% | - |
| XYZ | 13.4 | 12.93 | 16.54 | - |
| YUV | 102.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 110 | 0.01 | 0.12 | 0 | 0.57 | 295.38 | 0.06 | 0.41 |
| Hex | 6D | 61 | 6E | 1 | C | 0 | 39 | 127 | 6 | 29 |
| Octal | 155 | 141 | 156 | 1 | 14 | 0 | 71 | 447 | 6 | 51 |
| Binary | 1101101 | 1100001 | 1101110 | 1 | 1100 | 0 | 111001 | 100100111 | 110 | 101001 |
Color Harmonies of #6D616E
Complementary color
Monochromatic Colors of #6D616E
Black with #6D616E
Text Example
Text Example
White with #6D616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D616E; }
p { color: rgb(109,97,110); }
H1.HeaderClassName
{
color: #6D616E;
}
.AnyTagClassName
{
color: #6D616E;
}
</style>
background-color css
<style>
a { background-color: #6D616E; }
a { background-color: rgb(109,97,110); }
div.DivClassName
{
background-color: #6D616E;
}
.BgClassName
{
background-color: #6D616E;
}
</style>
border-color css
<style>
span { border-color: #6D616E; }
span { border-color: rgb(109,97,110); }
td.TdClassName
{
border-color: #6D616E;
}
.TagClassName
{
border-color: #6D616E;
}
</style>