Shades of Rum #6D626E
Tints of Rum #6D626E
RGB
CMYK
RGB Variations
Color information
#6D626E (or 0x6D626E) is known color: Rum. HEX triplet: 6D, 62 and 6E. RGB value is (109,98,110). Sum of RGB (Red+Green+Blue) = 109+98+110=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D626E is #929D91. Grayscale: #666666. Windows color (decimal): -9608594 or 7234157. OLE color: 7234157.
HSL color Cylindrical-coordinate representation of color #6D626E: hue angle of 295º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D626E is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 110 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.57 |
| HSL | 295º | 0.06% | 0.41% | - |
| HSV(B) | 295º | 0.11% | 0.43% | - |
| XYZ | 13.49 | 13.11 | 16.57 | - |
| YUV | 102.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 110 | 0.01 | 0.11 | 0 | 0.57 | 295 | 0.06 | 0.41 |
| Hex | 6D | 62 | 6E | 1 | B | 0 | 39 | 127 | 6 | 29 |
| Octal | 155 | 142 | 156 | 1 | 13 | 0 | 71 | 447 | 6 | 51 |
| Binary | 1101101 | 1100010 | 1101110 | 1 | 1011 | 0 | 111001 | 100100111 | 110 | 101001 |
Color Harmonies of #6D626E
Complementary color
Monochromatic Colors of #6D626E
Black with #6D626E
Text Example
Text Example
White with #6D626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D626E; }
p { color: rgb(109,98,110); }
H1.HeaderClassName
{
color: #6D626E;
}
.AnyTagClassName
{
color: #6D626E;
}
</style>
background-color css
<style>
a { background-color: #6D626E; }
a { background-color: rgb(109,98,110); }
div.DivClassName
{
background-color: #6D626E;
}
.BgClassName
{
background-color: #6D626E;
}
</style>
border-color css
<style>
span { border-color: #6D626E; }
span { border-color: rgb(109,98,110); }
td.TdClassName
{
border-color: #6D626E;
}
.TagClassName
{
border-color: #6D626E;
}
</style>