Shades of Rum #6D6471
Tints of Rum #6D6471
RGB
CMYK
RGB Variations
Color information
#6D6471 (or 0x6D6471) is known color: Rum. HEX triplet: 6D, 64 and 71. RGB value is (109,100,113). Sum of RGB (Red+Green+Blue) = 109+100+113=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D6471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6471 is #929B8E. Grayscale: #686868. Windows color (decimal): -9608079 or 7431277. OLE color: 7431277.
HSL color Cylindrical-coordinate representation of color #6D6471: hue angle of 281.54º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6471 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 100 | 113 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.56 |
| HSL | 281.54º | 0.06% | 0.42% | - |
| HSV(B) | 281.54º | 0.12% | 0.44% | - |
| XYZ | 13.84 | 13.56 | 17.51 | - |
| YUV | 104.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 113 | 0.04 | 0.12 | 0 | 0.56 | 281.54 | 0.06 | 0.42 |
| Hex | 6D | 64 | 71 | 4 | C | 0 | 38 | 11A | 6 | 2A |
| Octal | 155 | 144 | 161 | 4 | 14 | 0 | 70 | 432 | 6 | 52 |
| Binary | 1101101 | 1100100 | 1110001 | 100 | 1100 | 0 | 111000 | 100011010 | 110 | 101010 |
Color Harmonies of #6D6471
Complementary color
Monochromatic Colors of #6D6471
Black with #6D6471
Text Example
Text Example
White with #6D6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6471; }
p { color: rgb(109,100,113); }
H1.HeaderClassName
{
color: #6D6471;
}
.AnyTagClassName
{
color: #6D6471;
}
</style>
background-color css
<style>
a { background-color: #6D6471; }
a { background-color: rgb(109,100,113); }
div.DivClassName
{
background-color: #6D6471;
}
.BgClassName
{
background-color: #6D6471;
}
</style>
border-color css
<style>
span { border-color: #6D6471; }
span { border-color: rgb(109,100,113); }
td.TdClassName
{
border-color: #6D6471;
}
.TagClassName
{
border-color: #6D6471;
}
</style>