Shades of Finn #6B5159
Tints of Finn #6B5159
RGB
CMYK
RGB Variations
Color information
#6B5159 (or 0x6B5159) is known color: Finn. HEX triplet: 6B, 51 and 59. RGB value is (107,81,89). Sum of RGB (Red+Green+Blue) = 107+81+89=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5159 is #94AEA6. Grayscale: #595959. Windows color (decimal): -9744039 or 5853547. OLE color: 5853547.
HSL color Cylindrical-coordinate representation of color #6B5159: hue angle of 341.54º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5159 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 89 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.58 |
| HSL | 341.54º | 0.14% | 0.37% | - |
| HSV(B) | 341.54º | 0.24% | 0.42% | - |
| XYZ | 10.81 | 9.73 | 10.76 | - |
| YUV | 89.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 89 | 0 | 0.24 | 0.17 | 0.58 | 341.54 | 0.14 | 0.37 |
| Hex | 6B | 51 | 59 | 0 | 18 | 11 | 3A | 156 | E | 25 |
| Octal | 153 | 121 | 131 | 0 | 30 | 21 | 72 | 526 | 16 | 45 |
| Binary | 1101011 | 1010001 | 1011001 | 0 | 11000 | 10001 | 111010 | 101010110 | 1110 | 100101 |
Color Harmonies of #6B5159
Complementary color
Monochromatic Colors of #6B5159
Black with #6B5159
Text Example
Text Example
White with #6B5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5159; }
p { color: rgb(107,81,89); }
H1.HeaderClassName
{
color: #6B5159;
}
.AnyTagClassName
{
color: #6B5159;
}
</style>
background-color css
<style>
a { background-color: #6B5159; }
a { background-color: rgb(107,81,89); }
div.DivClassName
{
background-color: #6B5159;
}
.BgClassName
{
background-color: #6B5159;
}
</style>
border-color css
<style>
span { border-color: #6B5159; }
span { border-color: rgb(107,81,89); }
td.TdClassName
{
border-color: #6B5159;
}
.TagClassName
{
border-color: #6B5159;
}
</style>