Shades of Finn #693A53
Tints of Finn #693A53
RGB
CMYK
RGB Variations
Color information
#693A53 (or 0x693A53) is known color: Finn. HEX triplet: 69, 3A and 53. RGB value is (105,58,83). Sum of RGB (Red+Green+Blue) = 105+58+83=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A53 is #96C5AC. Grayscale: #4A4A4A. Windows color (decimal): -9881005 or 5454441. OLE color: 5454441.
HSL color Cylindrical-coordinate representation of color #693A53: hue angle of 328.09º 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 #693A53 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 83 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.59 |
| HSL | 328.09º | 0.29% | 0.32% | - |
| HSV(B) | 328.09º | 0.45% | 0.41% | - |
| XYZ | 8.9 | 6.65 | 9 | - |
| YUV | 74.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 83 | 0 | 0.45 | 0.21 | 0.59 | 328.09 | 0.29 | 0.32 |
| Hex | 69 | 3A | 53 | 0 | 2D | 15 | 3B | 148 | 1D | 20 |
| Octal | 151 | 72 | 123 | 0 | 55 | 25 | 73 | 510 | 35 | 40 |
| Binary | 1101001 | 111010 | 1010011 | 0 | 101101 | 10101 | 111011 | 101001000 | 11101 | 100000 |
Color Harmonies of #693A53
Complementary color
Monochromatic Colors of #693A53
Black with #693A53
Text Example
Text Example
White with #693A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A53; }
p { color: rgb(105,58,83); }
H1.HeaderClassName
{
color: #693A53;
}
.AnyTagClassName
{
color: #693A53;
}
</style>
background-color css
<style>
a { background-color: #693A53; }
a { background-color: rgb(105,58,83); }
div.DivClassName
{
background-color: #693A53;
}
.BgClassName
{
background-color: #693A53;
}
</style>
border-color css
<style>
span { border-color: #693A53; }
span { border-color: rgb(105,58,83); }
td.TdClassName
{
border-color: #693A53;
}
.TagClassName
{
border-color: #693A53;
}
</style>