Shades of Rum #6D6370
Tints of Rum #6D6370
RGB
CMYK
RGB Variations
Color information
#6D6370 (or 0x6D6370) is known color: Rum. HEX triplet: 6D, 63 and 70. RGB value is (109,99,112). Sum of RGB (Red+Green+Blue) = 109+99+112=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D6370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6370 is #929C8F. Grayscale: #676767. Windows color (decimal): -9608336 or 7365485. OLE color: 7365485.
HSL color Cylindrical-coordinate representation of color #6D6370: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6370 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 99 | 112 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.56 |
| HSL | 286.15º | 0.06% | 0.41% | - |
| HSV(B) | 286.15º | 0.12% | 0.44% | - |
| XYZ | 13.69 | 13.34 | 17.18 | - |
| YUV | 103.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 112 | 0.03 | 0.12 | 0 | 0.56 | 286.15 | 0.06 | 0.41 |
| Hex | 6D | 63 | 70 | 3 | C | 0 | 38 | 11E | 6 | 29 |
| Octal | 155 | 143 | 160 | 3 | 14 | 0 | 70 | 436 | 6 | 51 |
| Binary | 1101101 | 1100011 | 1110000 | 11 | 1100 | 0 | 111000 | 100011110 | 110 | 101001 |
Color Harmonies of #6D6370
Complementary color
Monochromatic Colors of #6D6370
Black with #6D6370
Text Example
Text Example
White with #6D6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6370; }
p { color: rgb(109,99,112); }
H1.HeaderClassName
{
color: #6D6370;
}
.AnyTagClassName
{
color: #6D6370;
}
</style>
background-color css
<style>
a { background-color: #6D6370; }
a { background-color: rgb(109,99,112); }
div.DivClassName
{
background-color: #6D6370;
}
.BgClassName
{
background-color: #6D6370;
}
</style>
border-color css
<style>
span { border-color: #6D6370; }
span { border-color: rgb(109,99,112); }
td.TdClassName
{
border-color: #6D6370;
}
.TagClassName
{
border-color: #6D6370;
}
</style>