Shades of Rum #6C676D
Tints of Rum #6C676D
RGB
CMYK
RGB Variations
Color information
#6C676D (or 0x6C676D) is known color: Rum. HEX triplet: 6C, 67 and 6D. RGB value is (108,103,109). Sum of RGB (Red+Green+Blue) = 108+103+109=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C676D is #939892. Grayscale: #696969. Windows color (decimal): -9672851 or 7169900. OLE color: 7169900.
HSL color Cylindrical-coordinate representation of color #6C676D: hue angle of 290º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6C676D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 103 | 109 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.57 |
| HSL | 290º | 0.03% | 0.42% | - |
| HSV(B) | 290º | 0.06% | 0.43% | - |
| XYZ | 13.79 | 13.99 | 16.44 | - |
| YUV | 105.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 109 | 0.01 | 0.06 | 0 | 0.57 | 290 | 0.03 | 0.42 |
| Hex | 6C | 67 | 6D | 1 | 6 | 0 | 39 | 122 | 3 | 2A |
| Octal | 154 | 147 | 155 | 1 | 6 | 0 | 71 | 442 | 3 | 52 |
| Binary | 1101100 | 1100111 | 1101101 | 1 | 110 | 0 | 111001 | 100100010 | 11 | 101010 |
Color Harmonies of #6C676D
Complementary color
Monochromatic Colors of #6C676D
Black with #6C676D
Text Example
Text Example
White with #6C676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C676D; }
p { color: rgb(108,103,109); }
H1.HeaderClassName
{
color: #6C676D;
}
.AnyTagClassName
{
color: #6C676D;
}
</style>
background-color css
<style>
a { background-color: #6C676D; }
a { background-color: rgb(108,103,109); }
div.DivClassName
{
background-color: #6C676D;
}
.BgClassName
{
background-color: #6C676D;
}
</style>
border-color css
<style>
span { border-color: #6C676D; }
span { border-color: rgb(108,103,109); }
td.TdClassName
{
border-color: #6C676D;
}
.TagClassName
{
border-color: #6C676D;
}
</style>