Shades of Finn #694E56
Tints of Finn #694E56
RGB
CMYK
RGB Variations
Color information
#694E56 (or 0x694E56) is known color: Finn. HEX triplet: 69, 4E and 56. RGB value is (105,78,86). Sum of RGB (Red+Green+Blue) = 105+78+86=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #694E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E56 is #96B1A9. Grayscale: #565656. Windows color (decimal): -9875882 or 5656169. OLE color: 5656169.
HSL color Cylindrical-coordinate representation of color #694E56: hue angle of 342.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E56 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 86 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.59 |
| HSL | 342.22º | 0.15% | 0.36% | - |
| HSV(B) | 342.22º | 0.26% | 0.41% | - |
| XYZ | 10.23 | 9.12 | 10.03 | - |
| YUV | 86.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 86 | 0 | 0.26 | 0.18 | 0.59 | 342.22 | 0.15 | 0.36 |
| Hex | 69 | 4E | 56 | 0 | 1A | 12 | 3B | 156 | F | 24 |
| Octal | 151 | 116 | 126 | 0 | 32 | 22 | 73 | 526 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1010110 | 0 | 11010 | 10010 | 111011 | 101010110 | 1111 | 100100 |
Color Harmonies of #694E56
Complementary color
Monochromatic Colors of #694E56
Black with #694E56
Text Example
Text Example
White with #694E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E56; }
p { color: rgb(105,78,86); }
H1.HeaderClassName
{
color: #694E56;
}
.AnyTagClassName
{
color: #694E56;
}
</style>
background-color css
<style>
a { background-color: #694E56; }
a { background-color: rgb(105,78,86); }
div.DivClassName
{
background-color: #694E56;
}
.BgClassName
{
background-color: #694E56;
}
</style>
border-color css
<style>
span { border-color: #694E56; }
span { border-color: rgb(105,78,86); }
td.TdClassName
{
border-color: #694E56;
}
.TagClassName
{
border-color: #694E56;
}
</style>