Shades of Finn #6F4959
Tints of Finn #6F4959
RGB
CMYK
RGB Variations
Color information
#6F4959 (or 0x6F4959) is known color: Finn. HEX triplet: 6F, 49 and 59. RGB value is (111,73,89). Sum of RGB (Red+Green+Blue) = 111+73+89=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4959 is #90B6A6. Grayscale: #565656. Windows color (decimal): -9483943 or 5851503. OLE color: 5851503.
HSL color Cylindrical-coordinate representation of color #6F4959: hue angle of 334.74º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F4959 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 89 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.56 |
| HSL | 334.74º | 0.21% | 0.36% | - |
| HSV(B) | 334.74º | 0.34% | 0.44% | - |
| XYZ | 10.74 | 8.87 | 10.6 | - |
| YUV | 86.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 89 | 0 | 0.34 | 0.20 | 0.56 | 334.74 | 0.21 | 0.36 |
| Hex | 6F | 49 | 59 | 0 | 22 | 14 | 38 | 14F | 15 | 24 |
| Octal | 157 | 111 | 131 | 0 | 42 | 24 | 70 | 517 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1011001 | 0 | 100010 | 10100 | 111000 | 101001111 | 10101 | 100100 |
Color Harmonies of #6F4959
Complementary color
Monochromatic Colors of #6F4959
Black with #6F4959
Text Example
Text Example
White with #6F4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4959; }
p { color: rgb(111,73,89); }
H1.HeaderClassName
{
color: #6F4959;
}
.AnyTagClassName
{
color: #6F4959;
}
</style>
background-color css
<style>
a { background-color: #6F4959; }
a { background-color: rgb(111,73,89); }
div.DivClassName
{
background-color: #6F4959;
}
.BgClassName
{
background-color: #6F4959;
}
</style>
border-color css
<style>
span { border-color: #6F4959; }
span { border-color: rgb(111,73,89); }
td.TdClassName
{
border-color: #6F4959;
}
.TagClassName
{
border-color: #6F4959;
}
</style>