Shades of Rum #6D5775
Tints of Rum #6D5775
RGB
CMYK
RGB Variations
Color information
#6D5775 (or 0x6D5775) is known color: Rum. HEX triplet: 6D, 57 and 75. RGB value is (109,87,117). Sum of RGB (Red+Green+Blue) = 109+87+117=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D5775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5775 is #92A88A. Grayscale: #606060. Windows color (decimal): -9611403 or 7690093. OLE color: 7690093.
HSL color Cylindrical-coordinate representation of color #6D5775: hue angle of 284º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5775 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 87 | 117 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.54 |
| HSL | 284º | 0.15% | 0.4% | - |
| HSV(B) | 284º | 0.26% | 0.46% | - |
| XYZ | 12.93 | 11.35 | 18.34 | - |
| YUV | 97 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 117 | 0.07 | 0.26 | 0 | 0.54 | 284 | 0.15 | 0.4 |
| Hex | 6D | 57 | 75 | 7 | 1A | 0 | 36 | 11C | F | 28 |
| Octal | 155 | 127 | 165 | 7 | 32 | 0 | 66 | 434 | 17 | 50 |
| Binary | 1101101 | 1010111 | 1110101 | 111 | 11010 | 0 | 110110 | 100011100 | 1111 | 101000 |
Color Harmonies of #6D5775
Complementary color
Monochromatic Colors of #6D5775
Black with #6D5775
Text Example
Text Example
White with #6D5775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5775; }
p { color: rgb(109,87,117); }
H1.HeaderClassName
{
color: #6D5775;
}
.AnyTagClassName
{
color: #6D5775;
}
</style>
background-color css
<style>
a { background-color: #6D5775; }
a { background-color: rgb(109,87,117); }
div.DivClassName
{
background-color: #6D5775;
}
.BgClassName
{
background-color: #6D5775;
}
</style>
border-color css
<style>
span { border-color: #6D5775; }
span { border-color: rgb(109,87,117); }
td.TdClassName
{
border-color: #6D5775;
}
.TagClassName
{
border-color: #6D5775;
}
</style>