Shades of Rum #6C686E
Tints of Rum #6C686E
RGB
CMYK
RGB Variations
Color information
#6C686E (or 0x6C686E) is known color: Rum. HEX triplet: 6C, 68 and 6E. RGB value is (108,104,110). Sum of RGB (Red+Green+Blue) = 108+104+110=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C686E is #939791. Grayscale: #696969. Windows color (decimal): -9672594 or 7235692. OLE color: 7235692.
HSL color Cylindrical-coordinate representation of color #6C686E: hue angle of 280º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C686E is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 104 | 110 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.57 |
| HSL | 280º | 0.03% | 0.42% | - |
| HSV(B) | 280º | 0.05% | 0.43% | - |
| XYZ | 13.95 | 14.21 | 16.76 | - |
| YUV | 105.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 110 | 0.02 | 0.05 | 0 | 0.57 | 280 | 0.03 | 0.42 |
| Hex | 6C | 68 | 6E | 2 | 5 | 0 | 39 | 118 | 3 | 2A |
| Octal | 154 | 150 | 156 | 2 | 5 | 0 | 71 | 430 | 3 | 52 |
| Binary | 1101100 | 1101000 | 1101110 | 10 | 101 | 0 | 111001 | 100011000 | 11 | 101010 |
Color Harmonies of #6C686E
Complementary color
Monochromatic Colors of #6C686E
Black with #6C686E
Text Example
Text Example
White with #6C686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C686E; }
p { color: rgb(108,104,110); }
H1.HeaderClassName
{
color: #6C686E;
}
.AnyTagClassName
{
color: #6C686E;
}
</style>
background-color css
<style>
a { background-color: #6C686E; }
a { background-color: rgb(108,104,110); }
div.DivClassName
{
background-color: #6C686E;
}
.BgClassName
{
background-color: #6C686E;
}
</style>
border-color css
<style>
span { border-color: #6C686E; }
span { border-color: rgb(108,104,110); }
td.TdClassName
{
border-color: #6C686E;
}
.TagClassName
{
border-color: #6C686E;
}
</style>