Shades of Finn #694F57
Tints of Finn #694F57
RGB
CMYK
RGB Variations
Color information
#694F57 (or 0x694F57) is known color: Finn. HEX triplet: 69, 4F and 57. RGB value is (105,79,87). Sum of RGB (Red+Green+Blue) = 105+79+87=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F57 is #96B0A8. Grayscale: #575757. Windows color (decimal): -9875625 or 5721961. OLE color: 5721961.
HSL color Cylindrical-coordinate representation of color #694F57: hue angle of 341.54º 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 #694F57 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 87 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.59 |
| HSL | 341.54º | 0.14% | 0.36% | - |
| HSV(B) | 341.54º | 0.25% | 0.41% | - |
| XYZ | 10.34 | 9.28 | 10.26 | - |
| YUV | 87.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 87 | 0 | 0.25 | 0.17 | 0.59 | 341.54 | 0.14 | 0.36 |
| Hex | 69 | 4F | 57 | 0 | 19 | 11 | 3B | 156 | E | 24 |
| Octal | 151 | 117 | 127 | 0 | 31 | 21 | 73 | 526 | 16 | 44 |
| Binary | 1101001 | 1001111 | 1010111 | 0 | 11001 | 10001 | 111011 | 101010110 | 1110 | 100100 |
Color Harmonies of #694F57
Complementary color
Monochromatic Colors of #694F57
Black with #694F57
Text Example
Text Example
White with #694F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F57; }
p { color: rgb(105,79,87); }
H1.HeaderClassName
{
color: #694F57;
}
.AnyTagClassName
{
color: #694F57;
}
</style>
background-color css
<style>
a { background-color: #694F57; }
a { background-color: rgb(105,79,87); }
div.DivClassName
{
background-color: #694F57;
}
.BgClassName
{
background-color: #694F57;
}
</style>
border-color css
<style>
span { border-color: #694F57; }
span { border-color: rgb(105,79,87); }
td.TdClassName
{
border-color: #694F57;
}
.TagClassName
{
border-color: #694F57;
}
</style>