Shades of Rum #6E5C72
Tints of Rum #6E5C72
RGB
CMYK
RGB Variations
Color information
#6E5C72 (or 0x6E5C72) is known color: Rum. HEX triplet: 6E, 5C and 72. RGB value is (110,92,114). Sum of RGB (Red+Green+Blue) = 110+92+114=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E5C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C72 is #91A38D. Grayscale: #636363. Windows color (decimal): -9544590 or 7494766. OLE color: 7494766.
HSL color Cylindrical-coordinate representation of color #6E5C72: hue angle of 289.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E5C72 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 92 | 114 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.55 |
| HSL | 289.09º | 0.11% | 0.4% | - |
| HSV(B) | 289.09º | 0.19% | 0.45% | - |
| XYZ | 13.29 | 12.18 | 17.57 | - |
| YUV | 99.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 114 | 0.04 | 0.19 | 0 | 0.55 | 289.09 | 0.11 | 0.4 |
| Hex | 6E | 5C | 72 | 4 | 13 | 0 | 37 | 121 | B | 28 |
| Octal | 156 | 134 | 162 | 4 | 23 | 0 | 67 | 441 | 13 | 50 |
| Binary | 1101110 | 1011100 | 1110010 | 100 | 10011 | 0 | 110111 | 100100001 | 1011 | 101000 |
Color Harmonies of #6E5C72
Complementary color
Monochromatic Colors of #6E5C72
Black with #6E5C72
Text Example
Text Example
White with #6E5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C72; }
p { color: rgb(110,92,114); }
H1.HeaderClassName
{
color: #6E5C72;
}
.AnyTagClassName
{
color: #6E5C72;
}
</style>
background-color css
<style>
a { background-color: #6E5C72; }
a { background-color: rgb(110,92,114); }
div.DivClassName
{
background-color: #6E5C72;
}
.BgClassName
{
background-color: #6E5C72;
}
</style>
border-color css
<style>
span { border-color: #6E5C72; }
span { border-color: rgb(110,92,114); }
td.TdClassName
{
border-color: #6E5C72;
}
.TagClassName
{
border-color: #6E5C72;
}
</style>