Shades of Finn #6F4156
Tints of Finn #6F4156
RGB
CMYK
RGB Variations
Color information
#6F4156 (or 0x6F4156) is known color: Finn. HEX triplet: 6F, 41 and 56. RGB value is (111,65,86). Sum of RGB (Red+Green+Blue) = 111+65+86=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4156 is #90BEA9. Grayscale: #515151. Windows color (decimal): -9485994 or 5652847. OLE color: 5652847.
HSL color Cylindrical-coordinate representation of color #6F4156: hue angle of 332.61º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4156 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 86 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.56 |
| HSL | 332.61º | 0.26% | 0.35% | - |
| HSV(B) | 332.61º | 0.41% | 0.44% | - |
| XYZ | 10.13 | 7.83 | 9.78 | - |
| YUV | 81.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 86 | 0 | 0.41 | 0.23 | 0.56 | 332.61 | 0.26 | 0.35 |
| Hex | 6F | 41 | 56 | 0 | 29 | 17 | 38 | 14D | 1A | 23 |
| Octal | 157 | 101 | 126 | 0 | 51 | 27 | 70 | 515 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1010110 | 0 | 101001 | 10111 | 111000 | 101001101 | 11010 | 100011 |
Color Harmonies of #6F4156
Complementary color
Monochromatic Colors of #6F4156
Black with #6F4156
Text Example
Text Example
White with #6F4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4156; }
p { color: rgb(111,65,86); }
H1.HeaderClassName
{
color: #6F4156;
}
.AnyTagClassName
{
color: #6F4156;
}
</style>
background-color css
<style>
a { background-color: #6F4156; }
a { background-color: rgb(111,65,86); }
div.DivClassName
{
background-color: #6F4156;
}
.BgClassName
{
background-color: #6F4156;
}
</style>
border-color css
<style>
span { border-color: #6F4156; }
span { border-color: rgb(111,65,86); }
td.TdClassName
{
border-color: #6F4156;
}
.TagClassName
{
border-color: #6F4156;
}
</style>