Shades of Rum #6B5B73
Tints of Rum #6B5B73
RGB
CMYK
RGB Variations
Color information
#6B5B73 (or 0x6B5B73) is known color: Rum. HEX triplet: 6B, 5B and 73. RGB value is (107,91,115). Sum of RGB (Red+Green+Blue) = 107+91+115=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5B73 is #94A48C. Grayscale: #626262. Windows color (decimal): -9741453 or 7560043. OLE color: 7560043.
HSL color Cylindrical-coordinate representation of color #6B5B73: hue angle of 280º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5B73 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 91 | 115 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.55 |
| HSL | 280º | 0.12% | 0.4% | - |
| HSV(B) | 280º | 0.21% | 0.45% | - |
| XYZ | 12.9 | 11.85 | 17.83 | - |
| YUV | 98.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 115 | 0.07 | 0.21 | 0 | 0.55 | 280 | 0.12 | 0.4 |
| Hex | 6B | 5B | 73 | 7 | 15 | 0 | 37 | 118 | C | 28 |
| Octal | 153 | 133 | 163 | 7 | 25 | 0 | 67 | 430 | 14 | 50 |
| Binary | 1101011 | 1011011 | 1110011 | 111 | 10101 | 0 | 110111 | 100011000 | 1100 | 101000 |
Color Harmonies of #6B5B73
Complementary color
Monochromatic Colors of #6B5B73
Black with #6B5B73
Text Example
Text Example
White with #6B5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B73; }
p { color: rgb(107,91,115); }
H1.HeaderClassName
{
color: #6B5B73;
}
.AnyTagClassName
{
color: #6B5B73;
}
</style>
background-color css
<style>
a { background-color: #6B5B73; }
a { background-color: rgb(107,91,115); }
div.DivClassName
{
background-color: #6B5B73;
}
.BgClassName
{
background-color: #6B5B73;
}
</style>
border-color css
<style>
span { border-color: #6B5B73; }
span { border-color: rgb(107,91,115); }
td.TdClassName
{
border-color: #6B5B73;
}
.TagClassName
{
border-color: #6B5B73;
}
</style>