Shades of Finn #693F55
Tints of Finn #693F55
RGB
CMYK
RGB Variations
Color information
#693F55 (or 0x693F55) is known color: Finn. HEX triplet: 69, 3F and 55. RGB value is (105,63,85). Sum of RGB (Red+Green+Blue) = 105+63+85=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #693F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F55 is #96C0AA. Grayscale: #4E4E4E. Windows color (decimal): -9879723 or 5586793. OLE color: 5586793.
HSL color Cylindrical-coordinate representation of color #693F55: hue angle of 328.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F55 is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 85 | - |
| CMYK | 0 | 0.4 | 0.19 | 0.59 |
| HSL | 328.57º | 0.25% | 0.33% | - |
| HSV(B) | 328.57º | 0.4% | 0.41% | - |
| XYZ | 9.24 | 7.21 | 9.5 | - |
| YUV | 78.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 85 | 0 | 0.4 | 0.19 | 0.59 | 328.57 | 0.25 | 0.33 |
| Hex | 69 | 3F | 55 | 0 | 28 | 13 | 3B | 149 | 19 | 21 |
| Octal | 151 | 77 | 125 | 0 | 50 | 23 | 73 | 511 | 31 | 41 |
| Binary | 1101001 | 111111 | 1010101 | 0 | 101000 | 10011 | 111011 | 101001001 | 11001 | 100001 |
Color Harmonies of #693F55
Complementary color
Monochromatic Colors of #693F55
Black with #693F55
Text Example
Text Example
White with #693F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F55; }
p { color: rgb(105,63,85); }
H1.HeaderClassName
{
color: #693F55;
}
.AnyTagClassName
{
color: #693F55;
}
</style>
background-color css
<style>
a { background-color: #693F55; }
a { background-color: rgb(105,63,85); }
div.DivClassName
{
background-color: #693F55;
}
.BgClassName
{
background-color: #693F55;
}
</style>
border-color css
<style>
span { border-color: #693F55; }
span { border-color: rgb(105,63,85); }
td.TdClassName
{
border-color: #693F55;
}
.TagClassName
{
border-color: #693F55;
}
</style>