Shades of Rum #6D6170
Tints of Rum #6D6170
RGB
CMYK
RGB Variations
Color information
#6D6170 (or 0x6D6170) is known color: Rum. HEX triplet: 6D, 61 and 70. RGB value is (109,97,112). Sum of RGB (Red+Green+Blue) = 109+97+112=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6170 is #929E8F. Grayscale: #666666. Windows color (decimal): -9608848 or 7364973. OLE color: 7364973.
HSL color Cylindrical-coordinate representation of color #6D6170: hue angle of 288º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D6170 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 97 | 112 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.56 |
| HSL | 288º | 0.07% | 0.41% | - |
| HSV(B) | 288º | 0.13% | 0.44% | - |
| XYZ | 13.51 | 12.97 | 17.12 | - |
| YUV | 102.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 112 | 0.03 | 0.13 | 0 | 0.56 | 288 | 0.07 | 0.41 |
| Hex | 6D | 61 | 70 | 3 | D | 0 | 38 | 120 | 7 | 29 |
| Octal | 155 | 141 | 160 | 3 | 15 | 0 | 70 | 440 | 7 | 51 |
| Binary | 1101101 | 1100001 | 1110000 | 11 | 1101 | 0 | 111000 | 100100000 | 111 | 101001 |
Color Harmonies of #6D6170
Complementary color
Monochromatic Colors of #6D6170
Black with #6D6170
Text Example
Text Example
White with #6D6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6170; }
p { color: rgb(109,97,112); }
H1.HeaderClassName
{
color: #6D6170;
}
.AnyTagClassName
{
color: #6D6170;
}
</style>
background-color css
<style>
a { background-color: #6D6170; }
a { background-color: rgb(109,97,112); }
div.DivClassName
{
background-color: #6D6170;
}
.BgClassName
{
background-color: #6D6170;
}
</style>
border-color css
<style>
span { border-color: #6D6170; }
span { border-color: rgb(109,97,112); }
td.TdClassName
{
border-color: #6D6170;
}
.TagClassName
{
border-color: #6D6170;
}
</style>