Shades of Rum #6C696D
Tints of Rum #6C696D
RGB
CMYK
RGB Variations
Color information
#6C696D (or 0x6C696D) is known color: Rum. HEX triplet: 6C, 69 and 6D. RGB value is (108,105,109). Sum of RGB (Red+Green+Blue) = 108+105+109=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C696D is #939692. Grayscale: #6A6A6A. Windows color (decimal): -9672339 or 7170412. OLE color: 7170412.
HSL color Cylindrical-coordinate representation of color #6C696D: hue angle of 285º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6C696D is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 105 | 109 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.57 |
| HSL | 285º | 0.02% | 0.42% | - |
| HSV(B) | 285º | 0.04% | 0.43% | - |
| XYZ | 14 | 14.4 | 16.51 | - |
| YUV | 106.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 109 | 0.01 | 0.04 | 0 | 0.57 | 285 | 0.02 | 0.42 |
| Hex | 6C | 69 | 6D | 1 | 4 | 0 | 39 | 11D | 2 | 2A |
| Octal | 154 | 151 | 155 | 1 | 4 | 0 | 71 | 435 | 2 | 52 |
| Binary | 1101100 | 1101001 | 1101101 | 1 | 100 | 0 | 111001 | 100011101 | 10 | 101010 |
Color Harmonies of #6C696D
Complementary color
Monochromatic Colors of #6C696D
Black with #6C696D
Text Example
Text Example
White with #6C696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C696D; }
p { color: rgb(108,105,109); }
H1.HeaderClassName
{
color: #6C696D;
}
.AnyTagClassName
{
color: #6C696D;
}
</style>
background-color css
<style>
a { background-color: #6C696D; }
a { background-color: rgb(108,105,109); }
div.DivClassName
{
background-color: #6C696D;
}
.BgClassName
{
background-color: #6C696D;
}
</style>
border-color css
<style>
span { border-color: #6C696D; }
span { border-color: rgb(108,105,109); }
td.TdClassName
{
border-color: #6C696D;
}
.TagClassName
{
border-color: #6C696D;
}
</style>