Shades of Finn #693A54
Tints of Finn #693A54
RGB
CMYK
RGB Variations
Color information
#693A54 (or 0x693A54) is known color: Finn. HEX triplet: 69, 3A and 54. RGB value is (105,58,84). Sum of RGB (Red+Green+Blue) = 105+58+84=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #693A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A54 is #96C5AB. Grayscale: #4A4A4A. Windows color (decimal): -9881004 or 5519977. OLE color: 5519977.
HSL color Cylindrical-coordinate representation of color #693A54: hue angle of 326.81º 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 #693A54 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 84 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.59 |
| HSL | 326.81º | 0.29% | 0.32% | - |
| HSV(B) | 326.81º | 0.45% | 0.41% | - |
| XYZ | 8.94 | 6.67 | 9.2 | - |
| YUV | 75.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 84 | 0 | 0.45 | 0.20 | 0.59 | 326.81 | 0.29 | 0.32 |
| Hex | 69 | 3A | 54 | 0 | 2D | 14 | 3B | 147 | 1D | 20 |
| Octal | 151 | 72 | 124 | 0 | 55 | 24 | 73 | 507 | 35 | 40 |
| Binary | 1101001 | 111010 | 1010100 | 0 | 101101 | 10100 | 111011 | 101000111 | 11101 | 100000 |
Color Harmonies of #693A54
Complementary color
Monochromatic Colors of #693A54
Black with #693A54
Text Example
Text Example
White with #693A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A54; }
p { color: rgb(105,58,84); }
H1.HeaderClassName
{
color: #693A54;
}
.AnyTagClassName
{
color: #693A54;
}
</style>
background-color css
<style>
a { background-color: #693A54; }
a { background-color: rgb(105,58,84); }
div.DivClassName
{
background-color: #693A54;
}
.BgClassName
{
background-color: #693A54;
}
</style>
border-color css
<style>
span { border-color: #693A54; }
span { border-color: rgb(105,58,84); }
td.TdClassName
{
border-color: #693A54;
}
.TagClassName
{
border-color: #693A54;
}
</style>