Shades of Finn #6F4F58
Tints of Finn #6F4F58
RGB
CMYK
RGB Variations
Color information
#6F4F58 (or 0x6F4F58) is known color: Finn. HEX triplet: 6F, 4F and 58. RGB value is (111,79,88). Sum of RGB (Red+Green+Blue) = 111+79+88=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F58 is #90B0A7. Grayscale: #595959. Windows color (decimal): -9482408 or 5787503. OLE color: 5787503.
HSL color Cylindrical-coordinate representation of color #6F4F58: hue angle of 343.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F4F58 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 88 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.56 |
| HSL | 343.13º | 0.17% | 0.37% | - |
| HSV(B) | 343.13º | 0.29% | 0.44% | - |
| XYZ | 11.11 | 9.68 | 10.51 | - |
| YUV | 89.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 88 | 0 | 0.29 | 0.21 | 0.56 | 343.13 | 0.17 | 0.37 |
| Hex | 6F | 4F | 58 | 0 | 1D | 15 | 38 | 157 | 11 | 25 |
| Octal | 157 | 117 | 130 | 0 | 35 | 25 | 70 | 527 | 21 | 45 |
| Binary | 1101111 | 1001111 | 1011000 | 0 | 11101 | 10101 | 111000 | 101010111 | 10001 | 100101 |
Color Harmonies of #6F4F58
Complementary color
Monochromatic Colors of #6F4F58
Black with #6F4F58
Text Example
Text Example
White with #6F4F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F58; }
p { color: rgb(111,79,88); }
H1.HeaderClassName
{
color: #6F4F58;
}
.AnyTagClassName
{
color: #6F4F58;
}
</style>
background-color css
<style>
a { background-color: #6F4F58; }
a { background-color: rgb(111,79,88); }
div.DivClassName
{
background-color: #6F4F58;
}
.BgClassName
{
background-color: #6F4F58;
}
</style>
border-color css
<style>
span { border-color: #6F4F58; }
span { border-color: rgb(111,79,88); }
td.TdClassName
{
border-color: #6F4F58;
}
.TagClassName
{
border-color: #6F4F58;
}
</style>