Shades of Finn #693A58
Tints of Finn #693A58
RGB
CMYK
RGB Variations
Color information
#693A58 (or 0x693A58) is known color: Finn. HEX triplet: 69, 3A and 58. RGB value is (105,58,88). Sum of RGB (Red+Green+Blue) = 105+58+88=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #693A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A58 is #96C5A7. Grayscale: #4B4B4B. Windows color (decimal): -9881000 or 5782121. OLE color: 5782121.
HSL color Cylindrical-coordinate representation of color #693A58: hue angle of 321.7º 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 #693A58 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 88 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.59 |
| HSL | 321.7º | 0.29% | 0.32% | - |
| HSV(B) | 321.7º | 0.45% | 0.41% | - |
| XYZ | 9.1 | 6.73 | 10.05 | - |
| YUV | 75.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 88 | 0 | 0.45 | 0.16 | 0.59 | 321.7 | 0.29 | 0.32 |
| Hex | 69 | 3A | 58 | 0 | 2D | 10 | 3B | 142 | 1D | 20 |
| Octal | 151 | 72 | 130 | 0 | 55 | 20 | 73 | 502 | 35 | 40 |
| Binary | 1101001 | 111010 | 1011000 | 0 | 101101 | 10000 | 111011 | 101000010 | 11101 | 100000 |
Color Harmonies of #693A58
Complementary color
Monochromatic Colors of #693A58
Black with #693A58
Text Example
Text Example
White with #693A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A58; }
p { color: rgb(105,58,88); }
H1.HeaderClassName
{
color: #693A58;
}
.AnyTagClassName
{
color: #693A58;
}
</style>
background-color css
<style>
a { background-color: #693A58; }
a { background-color: rgb(105,58,88); }
div.DivClassName
{
background-color: #693A58;
}
.BgClassName
{
background-color: #693A58;
}
</style>
border-color css
<style>
span { border-color: #693A58; }
span { border-color: rgb(105,58,88); }
td.TdClassName
{
border-color: #693A58;
}
.TagClassName
{
border-color: #693A58;
}
</style>