Shades of Finn #694E58
Tints of Finn #694E58
RGB
CMYK
RGB Variations
Color information
#694E58 (or 0x694E58) is known color: Finn. HEX triplet: 69, 4E and 58. RGB value is (105,78,88). Sum of RGB (Red+Green+Blue) = 105+78+88=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E58 is #96B1A7. Grayscale: #575757. Windows color (decimal): -9875880 or 5787241. OLE color: 5787241.
HSL color Cylindrical-coordinate representation of color #694E58: hue angle of 337.78º 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 #694E58 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 88 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.59 |
| HSL | 337.78º | 0.15% | 0.36% | - |
| HSV(B) | 337.78º | 0.26% | 0.41% | - |
| XYZ | 10.31 | 9.16 | 10.46 | - |
| YUV | 87.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 88 | 0 | 0.26 | 0.16 | 0.59 | 337.78 | 0.15 | 0.36 |
| Hex | 69 | 4E | 58 | 0 | 1A | 10 | 3B | 152 | F | 24 |
| Octal | 151 | 116 | 130 | 0 | 32 | 20 | 73 | 522 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1011000 | 0 | 11010 | 10000 | 111011 | 101010010 | 1111 | 100100 |
Color Harmonies of #694E58
Complementary color
Monochromatic Colors of #694E58
Black with #694E58
Text Example
Text Example
White with #694E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E58; }
p { color: rgb(105,78,88); }
H1.HeaderClassName
{
color: #694E58;
}
.AnyTagClassName
{
color: #694E58;
}
</style>
background-color css
<style>
a { background-color: #694E58; }
a { background-color: rgb(105,78,88); }
div.DivClassName
{
background-color: #694E58;
}
.BgClassName
{
background-color: #694E58;
}
</style>
border-color css
<style>
span { border-color: #694E58; }
span { border-color: rgb(105,78,88); }
td.TdClassName
{
border-color: #694E58;
}
.TagClassName
{
border-color: #694E58;
}
</style>