Shades of Finn #6F4D57
Tints of Finn #6F4D57
RGB
CMYK
RGB Variations
Color information
#6F4D57 (or 0x6F4D57) is known color: Finn. HEX triplet: 6F, 4D and 57. RGB value is (111,77,87). Sum of RGB (Red+Green+Blue) = 111+77+87=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D57 is #90B2A8. Grayscale: #585858. Windows color (decimal): -9482921 or 5721455. OLE color: 5721455.
HSL color Cylindrical-coordinate representation of color #6F4D57: hue angle of 342.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D57 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 87 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.56 |
| HSL | 342.35º | 0.18% | 0.37% | - |
| HSV(B) | 342.35º | 0.31% | 0.44% | - |
| XYZ | 10.93 | 9.38 | 10.25 | - |
| YUV | 88.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 87 | 0 | 0.31 | 0.22 | 0.56 | 342.35 | 0.18 | 0.37 |
| Hex | 6F | 4D | 57 | 0 | 1F | 16 | 38 | 156 | 12 | 25 |
| Octal | 157 | 115 | 127 | 0 | 37 | 26 | 70 | 526 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1010111 | 0 | 11111 | 10110 | 111000 | 101010110 | 10010 | 100101 |
Color Harmonies of #6F4D57
Complementary color
Monochromatic Colors of #6F4D57
Black with #6F4D57
Text Example
Text Example
White with #6F4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D57; }
p { color: rgb(111,77,87); }
H1.HeaderClassName
{
color: #6F4D57;
}
.AnyTagClassName
{
color: #6F4D57;
}
</style>
background-color css
<style>
a { background-color: #6F4D57; }
a { background-color: rgb(111,77,87); }
div.DivClassName
{
background-color: #6F4D57;
}
.BgClassName
{
background-color: #6F4D57;
}
</style>
border-color css
<style>
span { border-color: #6F4D57; }
span { border-color: rgb(111,77,87); }
td.TdClassName
{
border-color: #6F4D57;
}
.TagClassName
{
border-color: #6F4D57;
}
</style>