Shades of Finn #694D58
Tints of Finn #694D58
RGB
CMYK
RGB Variations
Color information
#694D58 (or 0x694D58) is known color: Finn. HEX triplet: 69, 4D and 58. RGB value is (105,77,88). Sum of RGB (Red+Green+Blue) = 105+77+88=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #694D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D58 is #96B2A7. Grayscale: #565656. Windows color (decimal): -9876136 or 5786985. OLE color: 5786985.
HSL color Cylindrical-coordinate representation of color #694D58: hue angle of 336.43º 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 #694D58 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 88 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.59 |
| HSL | 336.43º | 0.15% | 0.36% | - |
| HSV(B) | 336.43º | 0.27% | 0.41% | - |
| XYZ | 10.24 | 9.02 | 10.43 | - |
| YUV | 86.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 88 | 0 | 0.27 | 0.16 | 0.59 | 336.43 | 0.15 | 0.36 |
| Hex | 69 | 4D | 58 | 0 | 1B | 10 | 3B | 150 | F | 24 |
| Octal | 151 | 115 | 130 | 0 | 33 | 20 | 73 | 520 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1011000 | 0 | 11011 | 10000 | 111011 | 101010000 | 1111 | 100100 |
Color Harmonies of #694D58
Complementary color
Monochromatic Colors of #694D58
Black with #694D58
Text Example
Text Example
White with #694D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D58; }
p { color: rgb(105,77,88); }
H1.HeaderClassName
{
color: #694D58;
}
.AnyTagClassName
{
color: #694D58;
}
</style>
background-color css
<style>
a { background-color: #694D58; }
a { background-color: rgb(105,77,88); }
div.DivClassName
{
background-color: #694D58;
}
.BgClassName
{
background-color: #694D58;
}
</style>
border-color css
<style>
span { border-color: #694D58; }
span { border-color: rgb(105,77,88); }
td.TdClassName
{
border-color: #694D58;
}
.TagClassName
{
border-color: #694D58;
}
</style>