Shades of Rum #6B5D73
Tints of Rum #6B5D73
RGB
CMYK
RGB Variations
Color information
#6B5D73 (or 0x6B5D73) is known color: Rum. HEX triplet: 6B, 5D and 73. RGB value is (107,93,115). Sum of RGB (Red+Green+Blue) = 107+93+115=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D73 is #94A28C. Grayscale: #636363. Windows color (decimal): -9740941 or 7560555. OLE color: 7560555.
HSL color Cylindrical-coordinate representation of color #6B5D73: hue angle of 278.18º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B5D73 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 93 | 115 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.55 |
| HSL | 278.18º | 0.11% | 0.41% | - |
| HSV(B) | 278.18º | 0.19% | 0.45% | - |
| XYZ | 13.07 | 12.19 | 17.88 | - |
| YUV | 99.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 115 | 0.07 | 0.19 | 0 | 0.55 | 278.18 | 0.11 | 0.41 |
| Hex | 6B | 5D | 73 | 7 | 13 | 0 | 37 | 116 | B | 29 |
| Octal | 153 | 135 | 163 | 7 | 23 | 0 | 67 | 426 | 13 | 51 |
| Binary | 1101011 | 1011101 | 1110011 | 111 | 10011 | 0 | 110111 | 100010110 | 1011 | 101001 |
Color Harmonies of #6B5D73
Complementary color
Monochromatic Colors of #6B5D73
Black with #6B5D73
Text Example
Text Example
White with #6B5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D73; }
p { color: rgb(107,93,115); }
H1.HeaderClassName
{
color: #6B5D73;
}
.AnyTagClassName
{
color: #6B5D73;
}
</style>
background-color css
<style>
a { background-color: #6B5D73; }
a { background-color: rgb(107,93,115); }
div.DivClassName
{
background-color: #6B5D73;
}
.BgClassName
{
background-color: #6B5D73;
}
</style>
border-color css
<style>
span { border-color: #6B5D73; }
span { border-color: rgb(107,93,115); }
td.TdClassName
{
border-color: #6B5D73;
}
.TagClassName
{
border-color: #6B5D73;
}
</style>