Shades of Finn #693A51
Tints of Finn #693A51
RGB
CMYK
RGB Variations
Color information
#693A51 (or 0x693A51) is known color: Finn. HEX triplet: 69, 3A and 51. RGB value is (105,58,81). Sum of RGB (Red+Green+Blue) = 105+58+81=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #693A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A51 is #96C5AE. Grayscale: #4A4A4A. Windows color (decimal): -9881007 or 5323369. OLE color: 5323369.
HSL color Cylindrical-coordinate representation of color #693A51: hue angle of 330.64º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A51 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 81 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.59 |
| HSL | 330.64º | 0.29% | 0.32% | - |
| HSV(B) | 330.64º | 0.45% | 0.41% | - |
| XYZ | 8.82 | 6.62 | 8.6 | - |
| YUV | 74.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 81 | 0 | 0.45 | 0.23 | 0.59 | 330.64 | 0.29 | 0.32 |
| Hex | 69 | 3A | 51 | 0 | 2D | 17 | 3B | 14B | 1D | 20 |
| Octal | 151 | 72 | 121 | 0 | 55 | 27 | 73 | 513 | 35 | 40 |
| Binary | 1101001 | 111010 | 1010001 | 0 | 101101 | 10111 | 111011 | 101001011 | 11101 | 100000 |
Color Harmonies of #693A51
Complementary color
Monochromatic Colors of #693A51
Black with #693A51
Text Example
Text Example
White with #693A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A51; }
p { color: rgb(105,58,81); }
H1.HeaderClassName
{
color: #693A51;
}
.AnyTagClassName
{
color: #693A51;
}
</style>
background-color css
<style>
a { background-color: #693A51; }
a { background-color: rgb(105,58,81); }
div.DivClassName
{
background-color: #693A51;
}
.BgClassName
{
background-color: #693A51;
}
</style>
border-color css
<style>
span { border-color: #693A51; }
span { border-color: rgb(105,58,81); }
td.TdClassName
{
border-color: #693A51;
}
.TagClassName
{
border-color: #693A51;
}
</style>