Shades of Rum #6B5C71
Tints of Rum #6B5C71
RGB
CMYK
RGB Variations
Color information
#6B5C71 (or 0x6B5C71) is known color: Rum. HEX triplet: 6B, 5C and 71. RGB value is (107,92,113). Sum of RGB (Red+Green+Blue) = 107+92+113=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 92 (36.33% from 255 or 29.49% 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 #6B5C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C71 is #94A38E. Grayscale: #626262. Windows color (decimal): -9741199 or 7429227. OLE color: 7429227.
HSL color Cylindrical-coordinate representation of color #6B5C71: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B5C71 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 92 | 113 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.56 |
| HSL | 282.86º | 0.1% | 0.4% | - |
| HSV(B) | 282.86º | 0.19% | 0.44% | - |
| XYZ | 12.87 | 11.97 | 17.26 | - |
| YUV | 98.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 113 | 0.05 | 0.19 | 0 | 0.56 | 282.86 | 0.1 | 0.4 |
| Hex | 6B | 5C | 71 | 5 | 13 | 0 | 38 | 11B | A | 28 |
| Octal | 153 | 134 | 161 | 5 | 23 | 0 | 70 | 433 | 12 | 50 |
| Binary | 1101011 | 1011100 | 1110001 | 101 | 10011 | 0 | 111000 | 100011011 | 1010 | 101000 |
Color Harmonies of #6B5C71
Complementary color
Monochromatic Colors of #6B5C71
Black with #6B5C71
Text Example
Text Example
White with #6B5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C71; }
p { color: rgb(107,92,113); }
H1.HeaderClassName
{
color: #6B5C71;
}
.AnyTagClassName
{
color: #6B5C71;
}
</style>
background-color css
<style>
a { background-color: #6B5C71; }
a { background-color: rgb(107,92,113); }
div.DivClassName
{
background-color: #6B5C71;
}
.BgClassName
{
background-color: #6B5C71;
}
</style>
border-color css
<style>
span { border-color: #6B5C71; }
span { border-color: rgb(107,92,113); }
td.TdClassName
{
border-color: #6B5C71;
}
.TagClassName
{
border-color: #6B5C71;
}
</style>