Shades of Rum #6D676F
Tints of Rum #6D676F
RGB
CMYK
RGB Variations
Color information
#6D676F (or 0x6D676F) is known color: Rum. HEX triplet: 6D, 67 and 6F. RGB value is (109,103,111). Sum of RGB (Red+Green+Blue) = 109+103+111=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D676F is #929890. Grayscale: #696969. Windows color (decimal): -9607313 or 7300973. OLE color: 7300973.
HSL color Cylindrical-coordinate representation of color #6D676F: hue angle of 285º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D676F is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 103 | 111 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.56 |
| HSL | 285º | 0.04% | 0.42% | - |
| HSV(B) | 285º | 0.07% | 0.44% | - |
| XYZ | 14.03 | 14.1 | 17.02 | - |
| YUV | 105.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 111 | 0.02 | 0.07 | 0 | 0.56 | 285 | 0.04 | 0.42 |
| Hex | 6D | 67 | 6F | 2 | 7 | 0 | 38 | 11D | 4 | 2A |
| Octal | 155 | 147 | 157 | 2 | 7 | 0 | 70 | 435 | 4 | 52 |
| Binary | 1101101 | 1100111 | 1101111 | 10 | 111 | 0 | 111000 | 100011101 | 100 | 101010 |
Color Harmonies of #6D676F
Complementary color
Monochromatic Colors of #6D676F
Black with #6D676F
Text Example
Text Example
White with #6D676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D676F; }
p { color: rgb(109,103,111); }
H1.HeaderClassName
{
color: #6D676F;
}
.AnyTagClassName
{
color: #6D676F;
}
</style>
background-color css
<style>
a { background-color: #6D676F; }
a { background-color: rgb(109,103,111); }
div.DivClassName
{
background-color: #6D676F;
}
.BgClassName
{
background-color: #6D676F;
}
</style>
border-color css
<style>
span { border-color: #6D676F; }
span { border-color: rgb(109,103,111); }
td.TdClassName
{
border-color: #6D676F;
}
.TagClassName
{
border-color: #6D676F;
}
</style>