Shades of Rum #6F6970
Tints of Rum #6F6970
RGB
CMYK
RGB Variations
Color information
#6F6970 (or 0x6F6970) is known color: Rum. HEX triplet: 6F, 69 and 70. RGB value is (111,105,112). Sum of RGB (Red+Green+Blue) = 111+105+112=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F6970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6970 is #90968F. Grayscale: #6B6B6B. Windows color (decimal): -9475728 or 7367023. OLE color: 7367023.
HSL color Cylindrical-coordinate representation of color #6F6970: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F6970 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 112 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.56 |
| HSL | 291.43º | 0.03% | 0.43% | - |
| HSV(B) | 291.43º | 0.06% | 0.44% | - |
| XYZ | 14.53 | 14.65 | 17.39 | - |
| YUV | 107.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 112 | 0.01 | 0.06 | 0 | 0.56 | 291.43 | 0.03 | 0.43 |
| Hex | 6F | 69 | 70 | 1 | 6 | 0 | 38 | 123 | 3 | 2B |
| Octal | 157 | 151 | 160 | 1 | 6 | 0 | 70 | 443 | 3 | 53 |
| Binary | 1101111 | 1101001 | 1110000 | 1 | 110 | 0 | 111000 | 100100011 | 11 | 101011 |
Color Harmonies of #6F6970
Complementary color
Monochromatic Colors of #6F6970
Black with #6F6970
Text Example
Text Example
White with #6F6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6970; }
p { color: rgb(111,105,112); }
H1.HeaderClassName
{
color: #6F6970;
}
.AnyTagClassName
{
color: #6F6970;
}
</style>
background-color css
<style>
a { background-color: #6F6970; }
a { background-color: rgb(111,105,112); }
div.DivClassName
{
background-color: #6F6970;
}
.BgClassName
{
background-color: #6F6970;
}
</style>
border-color css
<style>
span { border-color: #6F6970; }
span { border-color: rgb(111,105,112); }
td.TdClassName
{
border-color: #6F6970;
}
.TagClassName
{
border-color: #6F6970;
}
</style>