Shades of Rum #6D5971
Tints of Rum #6D5971
RGB
CMYK
RGB Variations
Color information
#6D5971 (or 0x6D5971) is known color: Rum. HEX triplet: 6D, 59 and 71. RGB value is (109,89,113). Sum of RGB (Red+Green+Blue) = 109+89+113=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5971 is #92A68E. Grayscale: #616161. Windows color (decimal): -9610895 or 7428461. OLE color: 7428461.
HSL color Cylindrical-coordinate representation of color #6D5971: hue angle of 290º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5971 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 89 | 113 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.56 |
| HSL | 290º | 0.12% | 0.4% | - |
| HSV(B) | 290º | 0.21% | 0.44% | - |
| XYZ | 12.86 | 11.59 | 17.18 | - |
| YUV | 97.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 113 | 0.04 | 0.21 | 0 | 0.56 | 290 | 0.12 | 0.4 |
| Hex | 6D | 59 | 71 | 4 | 15 | 0 | 38 | 122 | C | 28 |
| Octal | 155 | 131 | 161 | 4 | 25 | 0 | 70 | 442 | 14 | 50 |
| Binary | 1101101 | 1011001 | 1110001 | 100 | 10101 | 0 | 111000 | 100100010 | 1100 | 101000 |
Color Harmonies of #6D5971
Complementary color
Monochromatic Colors of #6D5971
Black with #6D5971
Text Example
Text Example
White with #6D5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5971; }
p { color: rgb(109,89,113); }
H1.HeaderClassName
{
color: #6D5971;
}
.AnyTagClassName
{
color: #6D5971;
}
</style>
background-color css
<style>
a { background-color: #6D5971; }
a { background-color: rgb(109,89,113); }
div.DivClassName
{
background-color: #6D5971;
}
.BgClassName
{
background-color: #6D5971;
}
</style>
border-color css
<style>
span { border-color: #6D5971; }
span { border-color: rgb(109,89,113); }
td.TdClassName
{
border-color: #6D5971;
}
.TagClassName
{
border-color: #6D5971;
}
</style>