Shades of Rum #6D6271
Tints of Rum #6D6271
RGB
CMYK
RGB Variations
Color information
#6D6271 (or 0x6D6271) is known color: Rum. HEX triplet: 6D, 62 and 71. RGB value is (109,98,113). Sum of RGB (Red+Green+Blue) = 109+98+113=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D6271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6271 is #929D8E. Grayscale: #666666. Windows color (decimal): -9608591 or 7430765. OLE color: 7430765.
HSL color Cylindrical-coordinate representation of color #6D6271: hue angle of 284º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D6271 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 98 | 113 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.56 |
| HSL | 284º | 0.07% | 0.41% | - |
| HSV(B) | 284º | 0.13% | 0.44% | - |
| XYZ | 13.65 | 13.18 | 17.45 | - |
| YUV | 103 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 113 | 0.04 | 0.13 | 0 | 0.56 | 284 | 0.07 | 0.41 |
| Hex | 6D | 62 | 71 | 4 | D | 0 | 38 | 11C | 7 | 29 |
| Octal | 155 | 142 | 161 | 4 | 15 | 0 | 70 | 434 | 7 | 51 |
| Binary | 1101101 | 1100010 | 1110001 | 100 | 1101 | 0 | 111000 | 100011100 | 111 | 101001 |
Color Harmonies of #6D6271
Complementary color
Monochromatic Colors of #6D6271
Black with #6D6271
Text Example
Text Example
White with #6D6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6271; }
p { color: rgb(109,98,113); }
H1.HeaderClassName
{
color: #6D6271;
}
.AnyTagClassName
{
color: #6D6271;
}
</style>
background-color css
<style>
a { background-color: #6D6271; }
a { background-color: rgb(109,98,113); }
div.DivClassName
{
background-color: #6D6271;
}
.BgClassName
{
background-color: #6D6271;
}
</style>
border-color css
<style>
span { border-color: #6D6271; }
span { border-color: rgb(109,98,113); }
td.TdClassName
{
border-color: #6D6271;
}
.TagClassName
{
border-color: #6D6271;
}
</style>