Shades of Rum #6F5C79
Tints of Rum #6F5C79
RGB
CMYK
RGB Variations
Color information
#6F5C79 (or 0x6F5C79) is known color: Rum. HEX triplet: 6F, 5C and 79. RGB value is (111,92,121). Sum of RGB (Red+Green+Blue) = 111+92+121=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F5C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C79 is #90A386. Grayscale: #646464. Windows color (decimal): -9479047 or 7953519. OLE color: 7953519.
HSL color Cylindrical-coordinate representation of color #6F5C79: hue angle of 279.31º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F5C79 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 92 | 121 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.53 |
| HSL | 279.31º | 0.14% | 0.42% | - |
| HSV(B) | 279.31º | 0.24% | 0.47% | - |
| XYZ | 13.83 | 12.41 | 19.76 | - |
| YUV | 100.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 121 | 0.08 | 0.24 | 0 | 0.53 | 279.31 | 0.14 | 0.42 |
| Hex | 6F | 5C | 79 | 8 | 18 | 0 | 35 | 117 | E | 2A |
| Octal | 157 | 134 | 171 | 10 | 30 | 0 | 65 | 427 | 16 | 52 |
| Binary | 1101111 | 1011100 | 1111001 | 1000 | 11000 | 0 | 110101 | 100010111 | 1110 | 101010 |
Color Harmonies of #6F5C79
Complementary color
Monochromatic Colors of #6F5C79
Black with #6F5C79
Text Example
Text Example
White with #6F5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C79; }
p { color: rgb(111,92,121); }
H1.HeaderClassName
{
color: #6F5C79;
}
.AnyTagClassName
{
color: #6F5C79;
}
</style>
background-color css
<style>
a { background-color: #6F5C79; }
a { background-color: rgb(111,92,121); }
div.DivClassName
{
background-color: #6F5C79;
}
.BgClassName
{
background-color: #6F5C79;
}
</style>
border-color css
<style>
span { border-color: #6F5C79; }
span { border-color: rgb(111,92,121); }
td.TdClassName
{
border-color: #6F5C79;
}
.TagClassName
{
border-color: #6F5C79;
}
</style>