Shades of Finn #694F5E
Tints of Finn #694F5E
RGB
CMYK
RGB Variations
Color information
#694F5E (or 0x694F5E) is known color: Finn. HEX triplet: 69, 4F and 5E. RGB value is (105,79,94). Sum of RGB (Red+Green+Blue) = 105+79+94=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #694F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F5E is #96B0A1. Grayscale: #585858. Windows color (decimal): -9875618 or 6180713. OLE color: 6180713.
HSL color Cylindrical-coordinate representation of color #694F5E: hue angle of 325.38º 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 #694F5E is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 94 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.59 |
| HSL | 325.38º | 0.14% | 0.36% | - |
| HSV(B) | 325.38º | 0.25% | 0.41% | - |
| XYZ | 10.64 | 9.4 | 11.84 | - |
| YUV | 88.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 94 | 0 | 0.25 | 0.10 | 0.59 | 325.38 | 0.14 | 0.36 |
| Hex | 69 | 4F | 5E | 0 | 19 | A | 3B | 145 | E | 24 |
| Octal | 151 | 117 | 136 | 0 | 31 | 12 | 73 | 505 | 16 | 44 |
| Binary | 1101001 | 1001111 | 1011110 | 0 | 11001 | 1010 | 111011 | 101000101 | 1110 | 100100 |
Color Harmonies of #694F5E
Complementary color
Monochromatic Colors of #694F5E
Black with #694F5E
Text Example
Text Example
White with #694F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F5E; }
p { color: rgb(105,79,94); }
H1.HeaderClassName
{
color: #694F5E;
}
.AnyTagClassName
{
color: #694F5E;
}
</style>
background-color css
<style>
a { background-color: #694F5E; }
a { background-color: rgb(105,79,94); }
div.DivClassName
{
background-color: #694F5E;
}
.BgClassName
{
background-color: #694F5E;
}
</style>
border-color css
<style>
span { border-color: #694F5E; }
span { border-color: rgb(105,79,94); }
td.TdClassName
{
border-color: #694F5E;
}
.TagClassName
{
border-color: #694F5E;
}
</style>