Shades of Rum #6C616D
Tints of Rum #6C616D
RGB
CMYK
RGB Variations
Color information
#6C616D (or 0x6C616D) is known color: Rum. HEX triplet: 6C, 61 and 6D. RGB value is (108,97,109). Sum of RGB (Red+Green+Blue) = 108+97+109=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C616D is #939E92. Grayscale: #656565. Windows color (decimal): -9674387 or 7168364. OLE color: 7168364.
HSL color Cylindrical-coordinate representation of color #6C616D: hue angle of 295º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C616D is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 97 | 109 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.57 |
| HSL | 295º | 0.06% | 0.4% | - |
| HSV(B) | 295º | 0.11% | 0.43% | - |
| XYZ | 13.22 | 12.84 | 16.25 | - |
| YUV | 101.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 109 | 0.01 | 0.11 | 0 | 0.57 | 295 | 0.06 | 0.4 |
| Hex | 6C | 61 | 6D | 1 | B | 0 | 39 | 127 | 6 | 28 |
| Octal | 154 | 141 | 155 | 1 | 13 | 0 | 71 | 447 | 6 | 50 |
| Binary | 1101100 | 1100001 | 1101101 | 1 | 1011 | 0 | 111001 | 100100111 | 110 | 101000 |
Color Harmonies of #6C616D
Complementary color
Monochromatic Colors of #6C616D
Black with #6C616D
Text Example
Text Example
White with #6C616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C616D; }
p { color: rgb(108,97,109); }
H1.HeaderClassName
{
color: #6C616D;
}
.AnyTagClassName
{
color: #6C616D;
}
</style>
background-color css
<style>
a { background-color: #6C616D; }
a { background-color: rgb(108,97,109); }
div.DivClassName
{
background-color: #6C616D;
}
.BgClassName
{
background-color: #6C616D;
}
</style>
border-color css
<style>
span { border-color: #6C616D; }
span { border-color: rgb(108,97,109); }
td.TdClassName
{
border-color: #6C616D;
}
.TagClassName
{
border-color: #6C616D;
}
</style>