Shades of Rum #6A5F6E
Tints of Rum #6A5F6E
RGB
CMYK
RGB Variations
Color information
#6A5F6E (or 0x6A5F6E) is known color: Rum. HEX triplet: 6A, 5F and 6E. RGB value is (106,95,110). Sum of RGB (Red+Green+Blue) = 106+95+110=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A5F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5F6E is #95A091. Grayscale: #636363. Windows color (decimal): -9805970 or 7233386. OLE color: 7233386.
HSL color Cylindrical-coordinate representation of color #6A5F6E: hue angle of 284º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A5F6E is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 95 | 110 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.57 |
| HSL | 284º | 0.07% | 0.4% | - |
| HSV(B) | 284º | 0.14% | 0.43% | - |
| XYZ | 12.85 | 12.37 | 16.46 | - |
| YUV | 100 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 110 | 0.04 | 0.14 | 0 | 0.57 | 284 | 0.07 | 0.4 |
| Hex | 6A | 5F | 6E | 4 | E | 0 | 39 | 11C | 7 | 28 |
| Octal | 152 | 137 | 156 | 4 | 16 | 0 | 71 | 434 | 7 | 50 |
| Binary | 1101010 | 1011111 | 1101110 | 100 | 1110 | 0 | 111001 | 100011100 | 111 | 101000 |
Color Harmonies of #6A5F6E
Complementary color
Monochromatic Colors of #6A5F6E
Black with #6A5F6E
Text Example
Text Example
White with #6A5F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F6E; }
p { color: rgb(106,95,110); }
H1.HeaderClassName
{
color: #6A5F6E;
}
.AnyTagClassName
{
color: #6A5F6E;
}
</style>
background-color css
<style>
a { background-color: #6A5F6E; }
a { background-color: rgb(106,95,110); }
div.DivClassName
{
background-color: #6A5F6E;
}
.BgClassName
{
background-color: #6A5F6E;
}
</style>
border-color css
<style>
span { border-color: #6A5F6E; }
span { border-color: rgb(106,95,110); }
td.TdClassName
{
border-color: #6A5F6E;
}
.TagClassName
{
border-color: #6A5F6E;
}
</style>