Shades of Finn #693F53
Tints of Finn #693F53
RGB
CMYK
RGB Variations
Color information
#693F53 (or 0x693F53) is known color: Finn. HEX triplet: 69, 3F and 53. RGB value is (105,63,83). Sum of RGB (Red+Green+Blue) = 105+63+83=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #693F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F53 is #96C0AC. Grayscale: #4D4D4D. Windows color (decimal): -9879725 or 5455721. OLE color: 5455721.
HSL color Cylindrical-coordinate representation of color #693F53: hue angle of 331.43º 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 #693F53 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 83 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.59 |
| HSL | 331.43º | 0.25% | 0.33% | - |
| HSV(B) | 331.43º | 0.4% | 0.41% | - |
| XYZ | 9.16 | 7.18 | 9.09 | - |
| YUV | 77.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 83 | 0 | 0.4 | 0.21 | 0.59 | 331.43 | 0.25 | 0.33 |
| Hex | 69 | 3F | 53 | 0 | 28 | 15 | 3B | 14B | 19 | 21 |
| Octal | 151 | 77 | 123 | 0 | 50 | 25 | 73 | 513 | 31 | 41 |
| Binary | 1101001 | 111111 | 1010011 | 0 | 101000 | 10101 | 111011 | 101001011 | 11001 | 100001 |
Color Harmonies of #693F53
Complementary color
Monochromatic Colors of #693F53
Black with #693F53
Text Example
Text Example
White with #693F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F53; }
p { color: rgb(105,63,83); }
H1.HeaderClassName
{
color: #693F53;
}
.AnyTagClassName
{
color: #693F53;
}
</style>
background-color css
<style>
a { background-color: #693F53; }
a { background-color: rgb(105,63,83); }
div.DivClassName
{
background-color: #693F53;
}
.BgClassName
{
background-color: #693F53;
}
</style>
border-color css
<style>
span { border-color: #693F53; }
span { border-color: rgb(105,63,83); }
td.TdClassName
{
border-color: #693F53;
}
.TagClassName
{
border-color: #693F53;
}
</style>