Shades of Rum #6D626F
Tints of Rum #6D626F
RGB
CMYK
RGB Variations
Color information
#6D626F (or 0x6D626F) is known color: Rum. HEX triplet: 6D, 62 and 6F. RGB value is (109,98,111). Sum of RGB (Red+Green+Blue) = 109+98+111=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D626F is #929D90. Grayscale: #666666. Windows color (decimal): -9608593 or 7299693. OLE color: 7299693.
HSL color Cylindrical-coordinate representation of color #6D626F: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D626F is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 98 | 111 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.56 |
| HSL | 290.77º | 0.06% | 0.41% | - |
| HSV(B) | 290.77º | 0.12% | 0.44% | - |
| XYZ | 13.54 | 13.13 | 16.86 | - |
| YUV | 102.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 111 | 0.02 | 0.12 | 0 | 0.56 | 290.77 | 0.06 | 0.41 |
| Hex | 6D | 62 | 6F | 2 | C | 0 | 38 | 123 | 6 | 29 |
| Octal | 155 | 142 | 157 | 2 | 14 | 0 | 70 | 443 | 6 | 51 |
| Binary | 1101101 | 1100010 | 1101111 | 10 | 1100 | 0 | 111000 | 100100011 | 110 | 101001 |
Color Harmonies of #6D626F
Complementary color
Monochromatic Colors of #6D626F
Black with #6D626F
Text Example
Text Example
White with #6D626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D626F; }
p { color: rgb(109,98,111); }
H1.HeaderClassName
{
color: #6D626F;
}
.AnyTagClassName
{
color: #6D626F;
}
</style>
background-color css
<style>
a { background-color: #6D626F; }
a { background-color: rgb(109,98,111); }
div.DivClassName
{
background-color: #6D626F;
}
.BgClassName
{
background-color: #6D626F;
}
</style>
border-color css
<style>
span { border-color: #6D626F; }
span { border-color: rgb(109,98,111); }
td.TdClassName
{
border-color: #6D626F;
}
.TagClassName
{
border-color: #6D626F;
}
</style>