Shades of Rum #6B656D
Tints of Rum #6B656D
RGB
CMYK
RGB Variations
Color information
#6B656D (or 0x6B656D) is known color: Rum. HEX triplet: 6B, 65 and 6D. RGB value is (107,101,109). Sum of RGB (Red+Green+Blue) = 107+101+109=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B656D is #949A92. Grayscale: #676767. Windows color (decimal): -9738899 or 7169387. OLE color: 7169387.
HSL color Cylindrical-coordinate representation of color #6B656D: hue angle of 285º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B656D is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 101 | 109 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.57 |
| HSL | 285º | 0.04% | 0.41% | - |
| HSV(B) | 285º | 0.07% | 0.43% | - |
| XYZ | 13.48 | 13.54 | 16.37 | - |
| YUV | 103.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 109 | 0.02 | 0.07 | 0 | 0.57 | 285 | 0.04 | 0.41 |
| Hex | 6B | 65 | 6D | 2 | 7 | 0 | 39 | 11D | 4 | 29 |
| Octal | 153 | 145 | 155 | 2 | 7 | 0 | 71 | 435 | 4 | 51 |
| Binary | 1101011 | 1100101 | 1101101 | 10 | 111 | 0 | 111001 | 100011101 | 100 | 101001 |
Color Harmonies of #6B656D
Complementary color
Monochromatic Colors of #6B656D
Black with #6B656D
Text Example
Text Example
White with #6B656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B656D; }
p { color: rgb(107,101,109); }
H1.HeaderClassName
{
color: #6B656D;
}
.AnyTagClassName
{
color: #6B656D;
}
</style>
background-color css
<style>
a { background-color: #6B656D; }
a { background-color: rgb(107,101,109); }
div.DivClassName
{
background-color: #6B656D;
}
.BgClassName
{
background-color: #6B656D;
}
</style>
border-color css
<style>
span { border-color: #6B656D; }
span { border-color: rgb(107,101,109); }
td.TdClassName
{
border-color: #6B656D;
}
.TagClassName
{
border-color: #6B656D;
}
</style>