Shades of Rum #6F5F73
Tints of Rum #6F5F73
RGB
CMYK
RGB Variations
Color information
#6F5F73 (or 0x6F5F73) is known color: Rum. HEX triplet: 6F, 5F and 73. RGB value is (111,95,115). Sum of RGB (Red+Green+Blue) = 111+95+115=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F73 is #90A08C. Grayscale: #666666. Windows color (decimal): -9478285 or 7561071. OLE color: 7561071.
HSL color Cylindrical-coordinate representation of color #6F5F73: hue angle of 288º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F5F73 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 95 | 115 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.55 |
| HSL | 288º | 0.1% | 0.41% | - |
| HSV(B) | 288º | 0.17% | 0.45% | - |
| XYZ | 13.74 | 12.8 | 17.97 | - |
| YUV | 102.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 115 | 0.03 | 0.17 | 0 | 0.55 | 288 | 0.1 | 0.41 |
| Hex | 6F | 5F | 73 | 3 | 11 | 0 | 37 | 120 | A | 29 |
| Octal | 157 | 137 | 163 | 3 | 21 | 0 | 67 | 440 | 12 | 51 |
| Binary | 1101111 | 1011111 | 1110011 | 11 | 10001 | 0 | 110111 | 100100000 | 1010 | 101001 |
Color Harmonies of #6F5F73
Complementary color
Monochromatic Colors of #6F5F73
Black with #6F5F73
Text Example
Text Example
White with #6F5F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F73; }
p { color: rgb(111,95,115); }
H1.HeaderClassName
{
color: #6F5F73;
}
.AnyTagClassName
{
color: #6F5F73;
}
</style>
background-color css
<style>
a { background-color: #6F5F73; }
a { background-color: rgb(111,95,115); }
div.DivClassName
{
background-color: #6F5F73;
}
.BgClassName
{
background-color: #6F5F73;
}
</style>
border-color css
<style>
span { border-color: #6F5F73; }
span { border-color: rgb(111,95,115); }
td.TdClassName
{
border-color: #6F5F73;
}
.TagClassName
{
border-color: #6F5F73;
}
</style>