Shades of Finn #6F4955
Tints of Finn #6F4955
RGB
CMYK
RGB Variations
Color information
#6F4955 (or 0x6F4955) is known color: Finn. HEX triplet: 6F, 49 and 55. RGB value is (111,73,85). Sum of RGB (Red+Green+Blue) = 111+73+85=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4955 is #90B6AA. Grayscale: #555555. Windows color (decimal): -9483947 or 5589359. OLE color: 5589359.
HSL color Cylindrical-coordinate representation of color #6F4955: hue angle of 341.05º 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 #6F4955 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 85 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.56 |
| HSL | 341.05º | 0.21% | 0.36% | - |
| HSV(B) | 341.05º | 0.34% | 0.44% | - |
| XYZ | 10.58 | 8.8 | 9.74 | - |
| YUV | 85.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 85 | 0 | 0.34 | 0.23 | 0.56 | 341.05 | 0.21 | 0.36 |
| Hex | 6F | 49 | 55 | 0 | 22 | 17 | 38 | 155 | 15 | 24 |
| Octal | 157 | 111 | 125 | 0 | 42 | 27 | 70 | 525 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1010101 | 0 | 100010 | 10111 | 111000 | 101010101 | 10101 | 100100 |
Color Harmonies of #6F4955
Complementary color
Monochromatic Colors of #6F4955
Black with #6F4955
Text Example
Text Example
White with #6F4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4955; }
p { color: rgb(111,73,85); }
H1.HeaderClassName
{
color: #6F4955;
}
.AnyTagClassName
{
color: #6F4955;
}
</style>
background-color css
<style>
a { background-color: #6F4955; }
a { background-color: rgb(111,73,85); }
div.DivClassName
{
background-color: #6F4955;
}
.BgClassName
{
background-color: #6F4955;
}
</style>
border-color css
<style>
span { border-color: #6F4955; }
span { border-color: rgb(111,73,85); }
td.TdClassName
{
border-color: #6F4955;
}
.TagClassName
{
border-color: #6F4955;
}
</style>