Shades of Rum #6F5D71
Tints of Rum #6F5D71
RGB
CMYK
RGB Variations
Color information
#6F5D71 (or 0x6F5D71) is known color: Rum. HEX triplet: 6F, 5D and 71. RGB value is (111,93,113). Sum of RGB (Red+Green+Blue) = 111+93+113=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D71 is #90A28E. Grayscale: #646464. Windows color (decimal): -9478799 or 7429487. OLE color: 7429487.
HSL color Cylindrical-coordinate representation of color #6F5D71: hue angle of 294º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5D71 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 113 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.56 |
| HSL | 294º | 0.1% | 0.4% | - |
| HSV(B) | 294º | 0.18% | 0.44% | - |
| XYZ | 13.45 | 12.4 | 17.31 | - |
| YUV | 100.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 113 | 0.02 | 0.18 | 0 | 0.56 | 294 | 0.1 | 0.4 |
| Hex | 6F | 5D | 71 | 2 | 12 | 0 | 38 | 126 | A | 28 |
| Octal | 157 | 135 | 161 | 2 | 22 | 0 | 70 | 446 | 12 | 50 |
| Binary | 1101111 | 1011101 | 1110001 | 10 | 10010 | 0 | 111000 | 100100110 | 1010 | 101000 |
Color Harmonies of #6F5D71
Complementary color
Monochromatic Colors of #6F5D71
Black with #6F5D71
Text Example
Text Example
White with #6F5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D71; }
p { color: rgb(111,93,113); }
H1.HeaderClassName
{
color: #6F5D71;
}
.AnyTagClassName
{
color: #6F5D71;
}
</style>
background-color css
<style>
a { background-color: #6F5D71; }
a { background-color: rgb(111,93,113); }
div.DivClassName
{
background-color: #6F5D71;
}
.BgClassName
{
background-color: #6F5D71;
}
</style>
border-color css
<style>
span { border-color: #6F5D71; }
span { border-color: rgb(111,93,113); }
td.TdClassName
{
border-color: #6F5D71;
}
.TagClassName
{
border-color: #6F5D71;
}
</style>