Shades of Rum #6F5D73
Tints of Rum #6F5D73
RGB
CMYK
RGB Variations
Color information
#6F5D73 (or 0x6F5D73) is known color: Rum. HEX triplet: 6F, 5D and 73. RGB value is (111,93,115). Sum of RGB (Red+Green+Blue) = 111+93+115=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D73 is #90A28C. Grayscale: #646464. Windows color (decimal): -9478797 or 7560559. OLE color: 7560559.
HSL color Cylindrical-coordinate representation of color #6F5D73: hue angle of 289.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F5D73 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 93 | 115 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.55 |
| HSL | 289.09º | 0.11% | 0.41% | - |
| HSV(B) | 289.09º | 0.19% | 0.45% | - |
| XYZ | 13.56 | 12.45 | 17.91 | - |
| YUV | 100.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 115 | 0.03 | 0.19 | 0 | 0.55 | 289.09 | 0.11 | 0.41 |
| Hex | 6F | 5D | 73 | 3 | 13 | 0 | 37 | 121 | B | 29 |
| Octal | 157 | 135 | 163 | 3 | 23 | 0 | 67 | 441 | 13 | 51 |
| Binary | 1101111 | 1011101 | 1110011 | 11 | 10011 | 0 | 110111 | 100100001 | 1011 | 101001 |
Color Harmonies of #6F5D73
Complementary color
Monochromatic Colors of #6F5D73
Black with #6F5D73
Text Example
Text Example
White with #6F5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D73; }
p { color: rgb(111,93,115); }
H1.HeaderClassName
{
color: #6F5D73;
}
.AnyTagClassName
{
color: #6F5D73;
}
</style>
background-color css
<style>
a { background-color: #6F5D73; }
a { background-color: rgb(111,93,115); }
div.DivClassName
{
background-color: #6F5D73;
}
.BgClassName
{
background-color: #6F5D73;
}
</style>
border-color css
<style>
span { border-color: #6F5D73; }
span { border-color: rgb(111,93,115); }
td.TdClassName
{
border-color: #6F5D73;
}
.TagClassName
{
border-color: #6F5D73;
}
</style>