Shades of Rum #6A5D71
Tints of Rum #6A5D71
RGB
CMYK
RGB Variations
Color information
#6A5D71 (or 0x6A5D71) is known color: Rum. HEX triplet: 6A, 5D and 71. RGB value is (106,93,113). Sum of RGB (Red+Green+Blue) = 106+93+113=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D71 is #95A28E. Grayscale: #636363. Windows color (decimal): -9806479 or 7429482. OLE color: 7429482.
HSL color Cylindrical-coordinate representation of color #6A5D71: hue angle of 279º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A5D71 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 93 | 113 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.56 |
| HSL | 279º | 0.1% | 0.4% | - |
| HSV(B) | 279º | 0.18% | 0.44% | - |
| XYZ | 12.84 | 12.09 | 17.28 | - |
| YUV | 99.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 113 | 0.06 | 0.18 | 0 | 0.56 | 279 | 0.1 | 0.4 |
| Hex | 6A | 5D | 71 | 6 | 12 | 0 | 38 | 117 | A | 28 |
| Octal | 152 | 135 | 161 | 6 | 22 | 0 | 70 | 427 | 12 | 50 |
| Binary | 1101010 | 1011101 | 1110001 | 110 | 10010 | 0 | 111000 | 100010111 | 1010 | 101000 |
Color Harmonies of #6A5D71
Complementary color
Monochromatic Colors of #6A5D71
Black with #6A5D71
Text Example
Text Example
White with #6A5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D71; }
p { color: rgb(106,93,113); }
H1.HeaderClassName
{
color: #6A5D71;
}
.AnyTagClassName
{
color: #6A5D71;
}
</style>
background-color css
<style>
a { background-color: #6A5D71; }
a { background-color: rgb(106,93,113); }
div.DivClassName
{
background-color: #6A5D71;
}
.BgClassName
{
background-color: #6A5D71;
}
</style>
border-color css
<style>
span { border-color: #6A5D71; }
span { border-color: rgb(106,93,113); }
td.TdClassName
{
border-color: #6A5D71;
}
.TagClassName
{
border-color: #6A5D71;
}
</style>