Shades of Rum #6B646D
Tints of Rum #6B646D
RGB
CMYK
RGB Variations
Color information
#6B646D (or 0x6B646D) is known color: Rum. HEX triplet: 6B, 64 and 6D. RGB value is (107,100,109). Sum of RGB (Red+Green+Blue) = 107+100+109=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B646D is #949B92. Grayscale: #676767. Windows color (decimal): -9739155 or 7169131. OLE color: 7169131.
HSL color Cylindrical-coordinate representation of color #6B646D: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B646D is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 100 | 109 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.57 |
| HSL | 286.67º | 0.04% | 0.41% | - |
| HSV(B) | 286.67º | 0.08% | 0.43% | - |
| XYZ | 13.38 | 13.34 | 16.34 | - |
| YUV | 103.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 109 | 0.02 | 0.08 | 0 | 0.57 | 286.67 | 0.04 | 0.41 |
| Hex | 6B | 64 | 6D | 2 | 8 | 0 | 39 | 11F | 4 | 29 |
| Octal | 153 | 144 | 155 | 2 | 10 | 0 | 71 | 437 | 4 | 51 |
| Binary | 1101011 | 1100100 | 1101101 | 10 | 1000 | 0 | 111001 | 100011111 | 100 | 101001 |
Color Harmonies of #6B646D
Complementary color
Monochromatic Colors of #6B646D
Black with #6B646D
Text Example
Text Example
White with #6B646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B646D; }
p { color: rgb(107,100,109); }
H1.HeaderClassName
{
color: #6B646D;
}
.AnyTagClassName
{
color: #6B646D;
}
</style>
background-color css
<style>
a { background-color: #6B646D; }
a { background-color: rgb(107,100,109); }
div.DivClassName
{
background-color: #6B646D;
}
.BgClassName
{
background-color: #6B646D;
}
</style>
border-color css
<style>
span { border-color: #6B646D; }
span { border-color: rgb(107,100,109); }
td.TdClassName
{
border-color: #6B646D;
}
.TagClassName
{
border-color: #6B646D;
}
</style>