Shades of Rum #6B636D
Tints of Rum #6B636D
RGB
CMYK
RGB Variations
Color information
#6B636D (or 0x6B636D) is known color: Rum. HEX triplet: 6B, 63 and 6D. RGB value is (107,99,109). Sum of RGB (Red+Green+Blue) = 107+99+109=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B636D is #949C92. Grayscale: #666666. Windows color (decimal): -9739411 or 7168875. OLE color: 7168875.
HSL color Cylindrical-coordinate representation of color #6B636D: hue angle of 288º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B636D is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 99 | 109 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.57 |
| HSL | 288º | 0.05% | 0.41% | - |
| HSV(B) | 288º | 0.09% | 0.43% | - |
| XYZ | 13.29 | 13.15 | 16.31 | - |
| YUV | 102.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 109 | 0.02 | 0.09 | 0 | 0.57 | 288 | 0.05 | 0.41 |
| Hex | 6B | 63 | 6D | 2 | 9 | 0 | 39 | 120 | 5 | 29 |
| Octal | 153 | 143 | 155 | 2 | 11 | 0 | 71 | 440 | 5 | 51 |
| Binary | 1101011 | 1100011 | 1101101 | 10 | 1001 | 0 | 111001 | 100100000 | 101 | 101001 |
Color Harmonies of #6B636D
Complementary color
Monochromatic Colors of #6B636D
Black with #6B636D
Text Example
Text Example
White with #6B636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B636D; }
p { color: rgb(107,99,109); }
H1.HeaderClassName
{
color: #6B636D;
}
.AnyTagClassName
{
color: #6B636D;
}
</style>
background-color css
<style>
a { background-color: #6B636D; }
a { background-color: rgb(107,99,109); }
div.DivClassName
{
background-color: #6B636D;
}
.BgClassName
{
background-color: #6B636D;
}
</style>
border-color css
<style>
span { border-color: #6B636D; }
span { border-color: rgb(107,99,109); }
td.TdClassName
{
border-color: #6B636D;
}
.TagClassName
{
border-color: #6B636D;
}
</style>