Shades of Finn #6F444E
Tints of Finn #6F444E
RGB
CMYK
RGB Variations
Color information
#6F444E (or 0x6F444E) is known color: Finn. HEX triplet: 6F, 44 and 4E. RGB value is (111,68,78). Sum of RGB (Red+Green+Blue) = 111+68+78=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F444E is #90BBB1. Grayscale: #515151. Windows color (decimal): -9485234 or 5129327. OLE color: 5129327.
HSL color Cylindrical-coordinate representation of color #6F444E: hue angle of 346.05º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F444E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 78 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.56 |
| HSL | 346.05º | 0.24% | 0.35% | - |
| HSV(B) | 346.05º | 0.39% | 0.44% | - |
| XYZ | 10 | 8.06 | 8.24 | - |
| YUV | 82 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 78 | 0 | 0.39 | 0.30 | 0.56 | 346.05 | 0.24 | 0.35 |
| Hex | 6F | 44 | 4E | 0 | 27 | 1E | 38 | 15A | 18 | 23 |
| Octal | 157 | 104 | 116 | 0 | 47 | 36 | 70 | 532 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1001110 | 0 | 100111 | 11110 | 111000 | 101011010 | 11000 | 100011 |
Color Harmonies of #6F444E
Complementary color
Monochromatic Colors of #6F444E
Black with #6F444E
Text Example
Text Example
White with #6F444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F444E; }
p { color: rgb(111,68,78); }
H1.HeaderClassName
{
color: #6F444E;
}
.AnyTagClassName
{
color: #6F444E;
}
</style>
background-color css
<style>
a { background-color: #6F444E; }
a { background-color: rgb(111,68,78); }
div.DivClassName
{
background-color: #6F444E;
}
.BgClassName
{
background-color: #6F444E;
}
</style>
border-color css
<style>
span { border-color: #6F444E; }
span { border-color: rgb(111,68,78); }
td.TdClassName
{
border-color: #6F444E;
}
.TagClassName
{
border-color: #6F444E;
}
</style>