Shades of Finn #6F404F
Tints of Finn #6F404F
RGB
CMYK
RGB Variations
Color information
#6F404F (or 0x6F404F) is known color: Finn. HEX triplet: 6F, 40 and 4F. RGB value is (111,64,79). Sum of RGB (Red+Green+Blue) = 111+64+79=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F404F is #90BFB0. Grayscale: #4F4F4F. Windows color (decimal): -9486257 or 5193839. OLE color: 5193839.
HSL color Cylindrical-coordinate representation of color #6F404F: hue angle of 340.85º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F404F is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 79 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.56 |
| HSL | 340.85º | 0.27% | 0.34% | - |
| HSV(B) | 340.85º | 0.42% | 0.44% | - |
| XYZ | 9.8 | 7.61 | 8.35 | - |
| YUV | 79.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 79 | 0 | 0.42 | 0.29 | 0.56 | 340.85 | 0.27 | 0.34 |
| Hex | 6F | 40 | 4F | 0 | 2A | 1D | 38 | 155 | 1B | 22 |
| Octal | 157 | 100 | 117 | 0 | 52 | 35 | 70 | 525 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1001111 | 0 | 101010 | 11101 | 111000 | 101010101 | 11011 | 100010 |
Color Harmonies of #6F404F
Complementary color
Monochromatic Colors of #6F404F
Black with #6F404F
Text Example
Text Example
White with #6F404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F404F; }
p { color: rgb(111,64,79); }
H1.HeaderClassName
{
color: #6F404F;
}
.AnyTagClassName
{
color: #6F404F;
}
</style>
background-color css
<style>
a { background-color: #6F404F; }
a { background-color: rgb(111,64,79); }
div.DivClassName
{
background-color: #6F404F;
}
.BgClassName
{
background-color: #6F404F;
}
</style>
border-color css
<style>
span { border-color: #6F404F; }
span { border-color: rgb(111,64,79); }
td.TdClassName
{
border-color: #6F404F;
}
.TagClassName
{
border-color: #6F404F;
}
</style>