Shades of Finn #693C51
Tints of Finn #693C51
RGB
CMYK
RGB Variations
Color information
#693C51 (or 0x693C51) is known color: Finn. HEX triplet: 69, 3C and 51. RGB value is (105,60,81). Sum of RGB (Red+Green+Blue) = 105+60+81=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C51 is #96C3AE. Grayscale: #4B4B4B. Windows color (decimal): -9880495 or 5323881. OLE color: 5323881.
HSL color Cylindrical-coordinate representation of color #693C51: hue angle of 332º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693C51 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 81 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.59 |
| HSL | 332º | 0.27% | 0.32% | - |
| HSV(B) | 332º | 0.43% | 0.41% | - |
| XYZ | 8.93 | 6.83 | 8.63 | - |
| YUV | 75.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 81 | 0 | 0.43 | 0.23 | 0.59 | 332 | 0.27 | 0.32 |
| Hex | 69 | 3C | 51 | 0 | 2B | 17 | 3B | 14C | 1B | 20 |
| Octal | 151 | 74 | 121 | 0 | 53 | 27 | 73 | 514 | 33 | 40 |
| Binary | 1101001 | 111100 | 1010001 | 0 | 101011 | 10111 | 111011 | 101001100 | 11011 | 100000 |
Color Harmonies of #693C51
Complementary color
Monochromatic Colors of #693C51
Black with #693C51
Text Example
Text Example
White with #693C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C51; }
p { color: rgb(105,60,81); }
H1.HeaderClassName
{
color: #693C51;
}
.AnyTagClassName
{
color: #693C51;
}
</style>
background-color css
<style>
a { background-color: #693C51; }
a { background-color: rgb(105,60,81); }
div.DivClassName
{
background-color: #693C51;
}
.BgClassName
{
background-color: #693C51;
}
</style>
border-color css
<style>
span { border-color: #693C51; }
span { border-color: rgb(105,60,81); }
td.TdClassName
{
border-color: #693C51;
}
.TagClassName
{
border-color: #693C51;
}
</style>