Shades of Rum #6E6970
Tints of Rum #6E6970
RGB
CMYK
RGB Variations
Color information
#6E6970 (or 0x6E6970) is known color: Rum. HEX triplet: 6E, 69 and 70. RGB value is (110,105,112). Sum of RGB (Red+Green+Blue) = 110+105+112=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E6970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6970 is #91968F. Grayscale: #6B6B6B. Windows color (decimal): -9541264 or 7367022. OLE color: 7367022.
HSL color Cylindrical-coordinate representation of color #6E6970: hue angle of 282.86º 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 #6E6970 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 105 | 112 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.56 |
| HSL | 282.86º | 0.03% | 0.43% | - |
| HSV(B) | 282.86º | 0.06% | 0.44% | - |
| XYZ | 14.41 | 14.59 | 17.39 | - |
| YUV | 107.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 112 | 0.02 | 0.06 | 0 | 0.56 | 282.86 | 0.03 | 0.43 |
| Hex | 6E | 69 | 70 | 2 | 6 | 0 | 38 | 11B | 3 | 2B |
| Octal | 156 | 151 | 160 | 2 | 6 | 0 | 70 | 433 | 3 | 53 |
| Binary | 1101110 | 1101001 | 1110000 | 10 | 110 | 0 | 111000 | 100011011 | 11 | 101011 |
Color Harmonies of #6E6970
Complementary color
Monochromatic Colors of #6E6970
Black with #6E6970
Text Example
Text Example
White with #6E6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6970; }
p { color: rgb(110,105,112); }
H1.HeaderClassName
{
color: #6E6970;
}
.AnyTagClassName
{
color: #6E6970;
}
</style>
background-color css
<style>
a { background-color: #6E6970; }
a { background-color: rgb(110,105,112); }
div.DivClassName
{
background-color: #6E6970;
}
.BgClassName
{
background-color: #6E6970;
}
</style>
border-color css
<style>
span { border-color: #6E6970; }
span { border-color: rgb(110,105,112); }
td.TdClassName
{
border-color: #6E6970;
}
.TagClassName
{
border-color: #6E6970;
}
</style>