Shades of Finn #6F404E
Tints of Finn #6F404E
RGB
CMYK
RGB Variations
Color information
#6F404E (or 0x6F404E) is known color: Finn. HEX triplet: 6F, 40 and 4E. RGB value is (111,64,78). Sum of RGB (Red+Green+Blue) = 111+64+78=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F404E is #90BFB1. Grayscale: #4F4F4F. Windows color (decimal): -9486258 or 5128303. OLE color: 5128303.
HSL color Cylindrical-coordinate representation of color #6F404E: hue angle of 342.13º 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 #6F404E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 78 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.56 |
| HSL | 342.13º | 0.27% | 0.34% | - |
| HSV(B) | 342.13º | 0.42% | 0.44% | - |
| XYZ | 9.76 | 7.6 | 8.16 | - |
| YUV | 79.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 78 | 0 | 0.42 | 0.30 | 0.56 | 342.13 | 0.27 | 0.34 |
| Hex | 6F | 40 | 4E | 0 | 2A | 1E | 38 | 156 | 1B | 22 |
| Octal | 157 | 100 | 116 | 0 | 52 | 36 | 70 | 526 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1001110 | 0 | 101010 | 11110 | 111000 | 101010110 | 11011 | 100010 |
Color Harmonies of #6F404E
Complementary color
Monochromatic Colors of #6F404E
Black with #6F404E
Text Example
Text Example
White with #6F404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F404E; }
p { color: rgb(111,64,78); }
H1.HeaderClassName
{
color: #6F404E;
}
.AnyTagClassName
{
color: #6F404E;
}
</style>
background-color css
<style>
a { background-color: #6F404E; }
a { background-color: rgb(111,64,78); }
div.DivClassName
{
background-color: #6F404E;
}
.BgClassName
{
background-color: #6F404E;
}
</style>
border-color css
<style>
span { border-color: #6F404E; }
span { border-color: rgb(111,64,78); }
td.TdClassName
{
border-color: #6F404E;
}
.TagClassName
{
border-color: #6F404E;
}
</style>