Shades of Rum #6B5A73
Tints of Rum #6B5A73
RGB
CMYK
RGB Variations
Color information
#6B5A73 (or 0x6B5A73) is known color: Rum. HEX triplet: 6B, 5A and 73. RGB value is (107,90,115). Sum of RGB (Red+Green+Blue) = 107+90+115=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A73 is #94A58C. Grayscale: #616161. Windows color (decimal): -9741709 or 7559787. OLE color: 7559787.
HSL color Cylindrical-coordinate representation of color #6B5A73: hue angle of 280.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5A73 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 90 | 115 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.55 |
| HSL | 280.8º | 0.12% | 0.4% | - |
| HSV(B) | 280.8º | 0.22% | 0.45% | - |
| XYZ | 12.81 | 11.68 | 17.8 | - |
| YUV | 97.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 115 | 0.07 | 0.22 | 0 | 0.55 | 280.8 | 0.12 | 0.4 |
| Hex | 6B | 5A | 73 | 7 | 16 | 0 | 37 | 119 | C | 28 |
| Octal | 153 | 132 | 163 | 7 | 26 | 0 | 67 | 431 | 14 | 50 |
| Binary | 1101011 | 1011010 | 1110011 | 111 | 10110 | 0 | 110111 | 100011001 | 1100 | 101000 |
Color Harmonies of #6B5A73
Complementary color
Monochromatic Colors of #6B5A73
Black with #6B5A73
Text Example
Text Example
White with #6B5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A73; }
p { color: rgb(107,90,115); }
H1.HeaderClassName
{
color: #6B5A73;
}
.AnyTagClassName
{
color: #6B5A73;
}
</style>
background-color css
<style>
a { background-color: #6B5A73; }
a { background-color: rgb(107,90,115); }
div.DivClassName
{
background-color: #6B5A73;
}
.BgClassName
{
background-color: #6B5A73;
}
</style>
border-color css
<style>
span { border-color: #6B5A73; }
span { border-color: rgb(107,90,115); }
td.TdClassName
{
border-color: #6B5A73;
}
.TagClassName
{
border-color: #6B5A73;
}
</style>