Shades of Finn #6F4C57
Tints of Finn #6F4C57
RGB
CMYK
RGB Variations
Color information
#6F4C57 (or 0x6F4C57) is known color: Finn. HEX triplet: 6F, 4C and 57. RGB value is (111,76,87). Sum of RGB (Red+Green+Blue) = 111+76+87=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C57 is #90B3A8. Grayscale: #575757. Windows color (decimal): -9483177 or 5721199. OLE color: 5721199.
HSL color Cylindrical-coordinate representation of color #6F4C57: hue angle of 341.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4C57 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 87 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.56 |
| HSL | 341.14º | 0.19% | 0.37% | - |
| HSV(B) | 341.14º | 0.32% | 0.44% | - |
| XYZ | 10.86 | 9.24 | 10.23 | - |
| YUV | 87.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 87 | 0 | 0.32 | 0.22 | 0.56 | 341.14 | 0.19 | 0.37 |
| Hex | 6F | 4C | 57 | 0 | 20 | 16 | 38 | 155 | 13 | 25 |
| Octal | 157 | 114 | 127 | 0 | 40 | 26 | 70 | 525 | 23 | 45 |
| Binary | 1101111 | 1001100 | 1010111 | 0 | 100000 | 10110 | 111000 | 101010101 | 10011 | 100101 |
Color Harmonies of #6F4C57
Complementary color
Monochromatic Colors of #6F4C57
Black with #6F4C57
Text Example
Text Example
White with #6F4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C57; }
p { color: rgb(111,76,87); }
H1.HeaderClassName
{
color: #6F4C57;
}
.AnyTagClassName
{
color: #6F4C57;
}
</style>
background-color css
<style>
a { background-color: #6F4C57; }
a { background-color: rgb(111,76,87); }
div.DivClassName
{
background-color: #6F4C57;
}
.BgClassName
{
background-color: #6F4C57;
}
</style>
border-color css
<style>
span { border-color: #6F4C57; }
span { border-color: rgb(111,76,87); }
td.TdClassName
{
border-color: #6F4C57;
}
.TagClassName
{
border-color: #6F4C57;
}
</style>