Shades of Rum #6F6571
Tints of Rum #6F6571
RGB
CMYK
RGB Variations
Color information
#6F6571 (or 0x6F6571) is known color: Rum. HEX triplet: 6F, 65 and 71. RGB value is (111,101,113). Sum of RGB (Red+Green+Blue) = 111+101+113=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6571 is #909A8E. Grayscale: #696969. Windows color (decimal): -9476751 or 7431535. OLE color: 7431535.
HSL color Cylindrical-coordinate representation of color #6F6571: hue angle of 290º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F6571 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 113 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.56 |
| HSL | 290º | 0.06% | 0.42% | - |
| HSV(B) | 290º | 0.11% | 0.44% | - |
| XYZ | 14.19 | 13.88 | 17.55 | - |
| YUV | 105.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 113 | 0.02 | 0.11 | 0 | 0.56 | 290 | 0.06 | 0.42 |
| Hex | 6F | 65 | 71 | 2 | B | 0 | 38 | 122 | 6 | 2A |
| Octal | 157 | 145 | 161 | 2 | 13 | 0 | 70 | 442 | 6 | 52 |
| Binary | 1101111 | 1100101 | 1110001 | 10 | 1011 | 0 | 111000 | 100100010 | 110 | 101010 |
Color Harmonies of #6F6571
Complementary color
Monochromatic Colors of #6F6571
Black with #6F6571
Text Example
Text Example
White with #6F6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6571; }
p { color: rgb(111,101,113); }
H1.HeaderClassName
{
color: #6F6571;
}
.AnyTagClassName
{
color: #6F6571;
}
</style>
background-color css
<style>
a { background-color: #6F6571; }
a { background-color: rgb(111,101,113); }
div.DivClassName
{
background-color: #6F6571;
}
.BgClassName
{
background-color: #6F6571;
}
</style>
border-color css
<style>
span { border-color: #6F6571; }
span { border-color: rgb(111,101,113); }
td.TdClassName
{
border-color: #6F6571;
}
.TagClassName
{
border-color: #6F6571;
}
</style>