Shades of Finn #694F59
Tints of Finn #694F59
RGB
CMYK
RGB Variations
Color information
#694F59 (or 0x694F59) is known color: Finn. HEX triplet: 69, 4F and 59. RGB value is (105,79,89). Sum of RGB (Red+Green+Blue) = 105+79+89=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #694F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F59 is #96B0A6. Grayscale: #575757. Windows color (decimal): -9875623 or 5853033. OLE color: 5853033.
HSL color Cylindrical-coordinate representation of color #694F59: hue angle of 336.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #694F59 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 89 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.59 |
| HSL | 336.92º | 0.14% | 0.36% | - |
| HSV(B) | 336.92º | 0.25% | 0.41% | - |
| XYZ | 10.42 | 9.32 | 10.7 | - |
| YUV | 87.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 89 | 0 | 0.25 | 0.15 | 0.59 | 336.92 | 0.14 | 0.36 |
| Hex | 69 | 4F | 59 | 0 | 19 | F | 3B | 151 | E | 24 |
| Octal | 151 | 117 | 131 | 0 | 31 | 17 | 73 | 521 | 16 | 44 |
| Binary | 1101001 | 1001111 | 1011001 | 0 | 11001 | 1111 | 111011 | 101010001 | 1110 | 100100 |
Color Harmonies of #694F59
Complementary color
Monochromatic Colors of #694F59
Black with #694F59
Text Example
Text Example
White with #694F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F59; }
p { color: rgb(105,79,89); }
H1.HeaderClassName
{
color: #694F59;
}
.AnyTagClassName
{
color: #694F59;
}
</style>
background-color css
<style>
a { background-color: #694F59; }
a { background-color: rgb(105,79,89); }
div.DivClassName
{
background-color: #694F59;
}
.BgClassName
{
background-color: #694F59;
}
</style>
border-color css
<style>
span { border-color: #694F59; }
span { border-color: rgb(105,79,89); }
td.TdClassName
{
border-color: #694F59;
}
.TagClassName
{
border-color: #694F59;
}
</style>