Shades of Finn #694E55
Tints of Finn #694E55
RGB
CMYK
RGB Variations
Color information
#694E55 (or 0x694E55) is known color: Finn. HEX triplet: 69, 4E and 55. RGB value is (105,78,85). Sum of RGB (Red+Green+Blue) = 105+78+85=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #694E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E55 is #96B1AA. Grayscale: #565656. Windows color (decimal): -9875883 or 5590633. OLE color: 5590633.
HSL color Cylindrical-coordinate representation of color #694E55: hue angle of 344.44º 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 #694E55 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 85 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.59 |
| HSL | 344.44º | 0.15% | 0.36% | - |
| HSV(B) | 344.44º | 0.26% | 0.41% | - |
| XYZ | 10.19 | 9.11 | 9.82 | - |
| YUV | 86.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 85 | 0 | 0.26 | 0.19 | 0.59 | 344.44 | 0.15 | 0.36 |
| Hex | 69 | 4E | 55 | 0 | 1A | 13 | 3B | 158 | F | 24 |
| Octal | 151 | 116 | 125 | 0 | 32 | 23 | 73 | 530 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1010101 | 0 | 11010 | 10011 | 111011 | 101011000 | 1111 | 100100 |
Color Harmonies of #694E55
Complementary color
Monochromatic Colors of #694E55
Black with #694E55
Text Example
Text Example
White with #694E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E55; }
p { color: rgb(105,78,85); }
H1.HeaderClassName
{
color: #694E55;
}
.AnyTagClassName
{
color: #694E55;
}
</style>
background-color css
<style>
a { background-color: #694E55; }
a { background-color: rgb(105,78,85); }
div.DivClassName
{
background-color: #694E55;
}
.BgClassName
{
background-color: #694E55;
}
</style>
border-color css
<style>
span { border-color: #694E55; }
span { border-color: rgb(105,78,85); }
td.TdClassName
{
border-color: #694E55;
}
.TagClassName
{
border-color: #694E55;
}
</style>