Shades of Finn #694D55
Tints of Finn #694D55
RGB
CMYK
RGB Variations
Color information
#694D55 (or 0x694D55) is known color: Finn. HEX triplet: 69, 4D and 55. RGB value is (105,77,85). Sum of RGB (Red+Green+Blue) = 105+77+85=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #694D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D55 is #96B2AA. Grayscale: #565656. Windows color (decimal): -9876139 or 5590377. OLE color: 5590377.
HSL color Cylindrical-coordinate representation of color #694D55: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #694D55 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 85 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.59 |
| HSL | 342.86º | 0.15% | 0.36% | - |
| HSV(B) | 342.86º | 0.27% | 0.41% | - |
| XYZ | 10.12 | 8.97 | 9.79 | - |
| YUV | 86.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 85 | 0 | 0.27 | 0.19 | 0.59 | 342.86 | 0.15 | 0.36 |
| Hex | 69 | 4D | 55 | 0 | 1B | 13 | 3B | 157 | F | 24 |
| Octal | 151 | 115 | 125 | 0 | 33 | 23 | 73 | 527 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1010101 | 0 | 11011 | 10011 | 111011 | 101010111 | 1111 | 100100 |
Color Harmonies of #694D55
Complementary color
Monochromatic Colors of #694D55
Black with #694D55
Text Example
Text Example
White with #694D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D55; }
p { color: rgb(105,77,85); }
H1.HeaderClassName
{
color: #694D55;
}
.AnyTagClassName
{
color: #694D55;
}
</style>
background-color css
<style>
a { background-color: #694D55; }
a { background-color: rgb(105,77,85); }
div.DivClassName
{
background-color: #694D55;
}
.BgClassName
{
background-color: #694D55;
}
</style>
border-color css
<style>
span { border-color: #694D55; }
span { border-color: rgb(105,77,85); }
td.TdClassName
{
border-color: #694D55;
}
.TagClassName
{
border-color: #694D55;
}
</style>