Shades of Finn #6F4D55
Tints of Finn #6F4D55
RGB
CMYK
RGB Variations
Color information
#6F4D55 (or 0x6F4D55) is known color: Finn. HEX triplet: 6F, 4D and 55. RGB value is (111,77,85). Sum of RGB (Red+Green+Blue) = 111+77+85=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D55 is #90B2AA. Grayscale: #585858. Windows color (decimal): -9482923 or 5590383. OLE color: 5590383.
HSL color Cylindrical-coordinate representation of color #6F4D55: hue angle of 345.88º 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 #6F4D55 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 85 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.56 |
| HSL | 345.88º | 0.18% | 0.37% | - |
| HSV(B) | 345.88º | 0.31% | 0.44% | - |
| XYZ | 10.85 | 9.34 | 9.83 | - |
| YUV | 88.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 85 | 0 | 0.31 | 0.23 | 0.56 | 345.88 | 0.18 | 0.37 |
| Hex | 6F | 4D | 55 | 0 | 1F | 17 | 38 | 15A | 12 | 25 |
| Octal | 157 | 115 | 125 | 0 | 37 | 27 | 70 | 532 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1010101 | 0 | 11111 | 10111 | 111000 | 101011010 | 10010 | 100101 |
Color Harmonies of #6F4D55
Complementary color
Monochromatic Colors of #6F4D55
Black with #6F4D55
Text Example
Text Example
White with #6F4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D55; }
p { color: rgb(111,77,85); }
H1.HeaderClassName
{
color: #6F4D55;
}
.AnyTagClassName
{
color: #6F4D55;
}
</style>
background-color css
<style>
a { background-color: #6F4D55; }
a { background-color: rgb(111,77,85); }
div.DivClassName
{
background-color: #6F4D55;
}
.BgClassName
{
background-color: #6F4D55;
}
</style>
border-color css
<style>
span { border-color: #6F4D55; }
span { border-color: rgb(111,77,85); }
td.TdClassName
{
border-color: #6F4D55;
}
.TagClassName
{
border-color: #6F4D55;
}
</style>