Shades of Finn #694E5B
Tints of Finn #694E5B
RGB
CMYK
RGB Variations
Color information
#694E5B (or 0x694E5B) is known color: Finn. HEX triplet: 69, 4E and 5B. RGB value is (105,78,91). Sum of RGB (Red+Green+Blue) = 105+78+91=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #694E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E5B is #96B1A4. Grayscale: #575757. Windows color (decimal): -9875877 or 5983849. OLE color: 5983849.
HSL color Cylindrical-coordinate representation of color #694E5B: hue angle of 331.11º 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 #694E5B is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 91 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.59 |
| HSL | 331.11º | 0.15% | 0.36% | - |
| HSV(B) | 331.11º | 0.26% | 0.41% | - |
| XYZ | 10.44 | 9.21 | 11.12 | - |
| YUV | 87.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 91 | 0 | 0.26 | 0.13 | 0.59 | 331.11 | 0.15 | 0.36 |
| Hex | 69 | 4E | 5B | 0 | 1A | D | 3B | 14B | F | 24 |
| Octal | 151 | 116 | 133 | 0 | 32 | 15 | 73 | 513 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1011011 | 0 | 11010 | 1101 | 111011 | 101001011 | 1111 | 100100 |
Color Harmonies of #694E5B
Complementary color
Monochromatic Colors of #694E5B
Black with #694E5B
Text Example
Text Example
White with #694E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E5B; }
p { color: rgb(105,78,91); }
H1.HeaderClassName
{
color: #694E5B;
}
.AnyTagClassName
{
color: #694E5B;
}
</style>
background-color css
<style>
a { background-color: #694E5B; }
a { background-color: rgb(105,78,91); }
div.DivClassName
{
background-color: #694E5B;
}
.BgClassName
{
background-color: #694E5B;
}
</style>
border-color css
<style>
span { border-color: #694E5B; }
span { border-color: rgb(105,78,91); }
td.TdClassName
{
border-color: #694E5B;
}
.TagClassName
{
border-color: #694E5B;
}
</style>