Shades of Finn #6F414E
Tints of Finn #6F414E
RGB
CMYK
RGB Variations
Color information
#6F414E (or 0x6F414E) is known color: Finn. HEX triplet: 6F, 41 and 4E. RGB value is (111,65,78). Sum of RGB (Red+Green+Blue) = 111+65+78=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F414E is #90BEB1. Grayscale: #505050. Windows color (decimal): -9486002 or 5128559. OLE color: 5128559.
HSL color Cylindrical-coordinate representation of color #6F414E: hue angle of 343.04º 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 #6F414E is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 78 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.56 |
| HSL | 343.04º | 0.26% | 0.35% | - |
| HSV(B) | 343.04º | 0.41% | 0.44% | - |
| XYZ | 9.82 | 7.71 | 8.18 | - |
| YUV | 80.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 78 | 0 | 0.41 | 0.30 | 0.56 | 343.04 | 0.26 | 0.35 |
| Hex | 6F | 41 | 4E | 0 | 29 | 1E | 38 | 157 | 1A | 23 |
| Octal | 157 | 101 | 116 | 0 | 51 | 36 | 70 | 527 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1001110 | 0 | 101001 | 11110 | 111000 | 101010111 | 11010 | 100011 |
Color Harmonies of #6F414E
Complementary color
Monochromatic Colors of #6F414E
Black with #6F414E
Text Example
Text Example
White with #6F414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F414E; }
p { color: rgb(111,65,78); }
H1.HeaderClassName
{
color: #6F414E;
}
.AnyTagClassName
{
color: #6F414E;
}
</style>
background-color css
<style>
a { background-color: #6F414E; }
a { background-color: rgb(111,65,78); }
div.DivClassName
{
background-color: #6F414E;
}
.BgClassName
{
background-color: #6F414E;
}
</style>
border-color css
<style>
span { border-color: #6F414E; }
span { border-color: rgb(111,65,78); }
td.TdClassName
{
border-color: #6F414E;
}
.TagClassName
{
border-color: #6F414E;
}
</style>