Shades of Rum #6E6572
Tints of Rum #6E6572
RGB
CMYK
RGB Variations
Color information
#6E6572 (or 0x6E6572) is known color: Rum. HEX triplet: 6E, 65 and 72. RGB value is (110,101,114). Sum of RGB (Red+Green+Blue) = 110+101+114=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6572 is #919A8D. Grayscale: #696969. Windows color (decimal): -9542286 or 7497070. OLE color: 7497070.
HSL color Cylindrical-coordinate representation of color #6E6572: hue angle of 281.54º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6572 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 101 | 114 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.55 |
| HSL | 281.54º | 0.06% | 0.42% | - |
| HSV(B) | 281.54º | 0.11% | 0.45% | - |
| XYZ | 14.12 | 13.84 | 17.85 | - |
| YUV | 105.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 114 | 0.04 | 0.11 | 0 | 0.55 | 281.54 | 0.06 | 0.42 |
| Hex | 6E | 65 | 72 | 4 | B | 0 | 37 | 11A | 6 | 2A |
| Octal | 156 | 145 | 162 | 4 | 13 | 0 | 67 | 432 | 6 | 52 |
| Binary | 1101110 | 1100101 | 1110010 | 100 | 1011 | 0 | 110111 | 100011010 | 110 | 101010 |
Color Harmonies of #6E6572
Complementary color
Monochromatic Colors of #6E6572
Black with #6E6572
Text Example
Text Example
White with #6E6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6572; }
p { color: rgb(110,101,114); }
H1.HeaderClassName
{
color: #6E6572;
}
.AnyTagClassName
{
color: #6E6572;
}
</style>
background-color css
<style>
a { background-color: #6E6572; }
a { background-color: rgb(110,101,114); }
div.DivClassName
{
background-color: #6E6572;
}
.BgClassName
{
background-color: #6E6572;
}
</style>
border-color css
<style>
span { border-color: #6E6572; }
span { border-color: rgb(110,101,114); }
td.TdClassName
{
border-color: #6E6572;
}
.TagClassName
{
border-color: #6E6572;
}
</style>