Shades of Finn #693555
Tints of Finn #693555
RGB
CMYK
RGB Variations
Color information
#693555 (or 0x693555) is known color: Finn. HEX triplet: 69, 35 and 55. RGB value is (105,53,85). Sum of RGB (Red+Green+Blue) = 105+53+85=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #693555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693555 is #96CAAA. Grayscale: #484848. Windows color (decimal): -9882283 or 5584233. OLE color: 5584233.
HSL color Cylindrical-coordinate representation of color #693555: hue angle of 323.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693555 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 85 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.59 |
| HSL | 323.08º | 0.33% | 0.31% | - |
| HSV(B) | 323.08º | 0.5% | 0.41% | - |
| XYZ | 8.74 | 6.21 | 9.33 | - |
| YUV | 72.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 85 | 0 | 0.50 | 0.19 | 0.59 | 323.08 | 0.33 | 0.31 |
| Hex | 69 | 35 | 55 | 0 | 32 | 13 | 3B | 143 | 21 | 1F |
| Octal | 151 | 65 | 125 | 0 | 62 | 23 | 73 | 503 | 41 | 37 |
| Binary | 1101001 | 110101 | 1010101 | 0 | 110010 | 10011 | 111011 | 101000011 | 100001 | 11111 |
Color Harmonies of #693555
Complementary color
Monochromatic Colors of #693555
Black with #693555
Text Example
Text Example
White with #693555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693555; }
p { color: rgb(105,53,85); }
H1.HeaderClassName
{
color: #693555;
}
.AnyTagClassName
{
color: #693555;
}
</style>
background-color css
<style>
a { background-color: #693555; }
a { background-color: rgb(105,53,85); }
div.DivClassName
{
background-color: #693555;
}
.BgClassName
{
background-color: #693555;
}
</style>
border-color css
<style>
span { border-color: #693555; }
span { border-color: rgb(105,53,85); }
td.TdClassName
{
border-color: #693555;
}
.TagClassName
{
border-color: #693555;
}
</style>