Shades of Rum #6F5E71
Tints of Rum #6F5E71
RGB
CMYK
RGB Variations
Color information
#6F5E71 (or 0x6F5E71) is known color: Rum. HEX triplet: 6F, 5E and 71. RGB value is (111,94,113). Sum of RGB (Red+Green+Blue) = 111+94+113=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E71 is #90A18E. Grayscale: #656565. Windows color (decimal): -9478543 or 7429743. OLE color: 7429743.
HSL color Cylindrical-coordinate representation of color #6F5E71: hue angle of 293.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F5E71 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 113 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.56 |
| HSL | 293.68º | 0.09% | 0.41% | - |
| HSV(B) | 293.68º | 0.17% | 0.44% | - |
| XYZ | 13.54 | 12.58 | 17.34 | - |
| YUV | 101.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 113 | 0.02 | 0.17 | 0 | 0.56 | 293.68 | 0.09 | 0.41 |
| Hex | 6F | 5E | 71 | 2 | 11 | 0 | 38 | 126 | 9 | 29 |
| Octal | 157 | 136 | 161 | 2 | 21 | 0 | 70 | 446 | 11 | 51 |
| Binary | 1101111 | 1011110 | 1110001 | 10 | 10001 | 0 | 111000 | 100100110 | 1001 | 101001 |
Color Harmonies of #6F5E71
Complementary color
Monochromatic Colors of #6F5E71
Black with #6F5E71
Text Example
Text Example
White with #6F5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E71; }
p { color: rgb(111,94,113); }
H1.HeaderClassName
{
color: #6F5E71;
}
.AnyTagClassName
{
color: #6F5E71;
}
</style>
background-color css
<style>
a { background-color: #6F5E71; }
a { background-color: rgb(111,94,113); }
div.DivClassName
{
background-color: #6F5E71;
}
.BgClassName
{
background-color: #6F5E71;
}
</style>
border-color css
<style>
span { border-color: #6F5E71; }
span { border-color: rgb(111,94,113); }
td.TdClassName
{
border-color: #6F5E71;
}
.TagClassName
{
border-color: #6F5E71;
}
</style>