Shades of Rum #6F5C71
Tints of Rum #6F5C71
RGB
CMYK
RGB Variations
Color information
#6F5C71 (or 0x6F5C71) is known color: Rum. HEX triplet: 6F, 5C and 71. RGB value is (111,92,113). Sum of RGB (Red+Green+Blue) = 111+92+113=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C71 is #90A38E. Grayscale: #646464. Windows color (decimal): -9479055 or 7429231. OLE color: 7429231.
HSL color Cylindrical-coordinate representation of color #6F5C71: hue angle of 294.29º 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 #6F5C71 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 113 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.56 |
| HSL | 294.29º | 0.1% | 0.4% | - |
| HSV(B) | 294.29º | 0.19% | 0.44% | - |
| XYZ | 13.36 | 12.23 | 17.28 | - |
| YUV | 100.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 113 | 0.02 | 0.19 | 0 | 0.56 | 294.29 | 0.1 | 0.4 |
| Hex | 6F | 5C | 71 | 2 | 13 | 0 | 38 | 126 | A | 28 |
| Octal | 157 | 134 | 161 | 2 | 23 | 0 | 70 | 446 | 12 | 50 |
| Binary | 1101111 | 1011100 | 1110001 | 10 | 10011 | 0 | 111000 | 100100110 | 1010 | 101000 |
Color Harmonies of #6F5C71
Complementary color
Monochromatic Colors of #6F5C71
Black with #6F5C71
Text Example
Text Example
White with #6F5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C71; }
p { color: rgb(111,92,113); }
H1.HeaderClassName
{
color: #6F5C71;
}
.AnyTagClassName
{
color: #6F5C71;
}
</style>
background-color css
<style>
a { background-color: #6F5C71; }
a { background-color: rgb(111,92,113); }
div.DivClassName
{
background-color: #6F5C71;
}
.BgClassName
{
background-color: #6F5C71;
}
</style>
border-color css
<style>
span { border-color: #6F5C71; }
span { border-color: rgb(111,92,113); }
td.TdClassName
{
border-color: #6F5C71;
}
.TagClassName
{
border-color: #6F5C71;
}
</style>