Shades of Rum #6D5B73
Tints of Rum #6D5B73
RGB
CMYK
RGB Variations
Color information
#6D5B73 (or 0x6D5B73) is known color: Rum. HEX triplet: 6D, 5B and 73. RGB value is (109,91,115). Sum of RGB (Red+Green+Blue) = 109+91+115=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D5B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B73 is #92A48C. Grayscale: #636363. Windows color (decimal): -9610381 or 7560045. OLE color: 7560045.
HSL color Cylindrical-coordinate representation of color #6D5B73: hue angle of 285º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5B73 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 91 | 115 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.55 |
| HSL | 285º | 0.12% | 0.4% | - |
| HSV(B) | 285º | 0.21% | 0.45% | - |
| XYZ | 13.14 | 11.97 | 17.84 | - |
| YUV | 99.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 115 | 0.05 | 0.21 | 0 | 0.55 | 285 | 0.12 | 0.4 |
| Hex | 6D | 5B | 73 | 5 | 15 | 0 | 37 | 11D | C | 28 |
| Octal | 155 | 133 | 163 | 5 | 25 | 0 | 67 | 435 | 14 | 50 |
| Binary | 1101101 | 1011011 | 1110011 | 101 | 10101 | 0 | 110111 | 100011101 | 1100 | 101000 |
Color Harmonies of #6D5B73
Complementary color
Monochromatic Colors of #6D5B73
Black with #6D5B73
Text Example
Text Example
White with #6D5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B73; }
p { color: rgb(109,91,115); }
H1.HeaderClassName
{
color: #6D5B73;
}
.AnyTagClassName
{
color: #6D5B73;
}
</style>
background-color css
<style>
a { background-color: #6D5B73; }
a { background-color: rgb(109,91,115); }
div.DivClassName
{
background-color: #6D5B73;
}
.BgClassName
{
background-color: #6D5B73;
}
</style>
border-color css
<style>
span { border-color: #6D5B73; }
span { border-color: rgb(109,91,115); }
td.TdClassName
{
border-color: #6D5B73;
}
.TagClassName
{
border-color: #6D5B73;
}
</style>