Shades of Finn #693C5A
Tints of Finn #693C5A
RGB
CMYK
RGB Variations
Color information
#693C5A (or 0x693C5A) is known color: Finn. HEX triplet: 69, 3C and 5A. RGB value is (105,60,90). Sum of RGB (Red+Green+Blue) = 105+60+90=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #693C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C5A is #96C3A5. Grayscale: #4C4C4C. Windows color (decimal): -9880486 or 5913705. OLE color: 5913705.
HSL color Cylindrical-coordinate representation of color #693C5A: hue angle of 320º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693C5A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 90 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.59 |
| HSL | 320º | 0.27% | 0.32% | - |
| HSV(B) | 320º | 0.43% | 0.41% | - |
| XYZ | 9.29 | 6.97 | 10.53 | - |
| YUV | 76.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 90 | 0 | 0.43 | 0.14 | 0.59 | 320 | 0.27 | 0.32 |
| Hex | 69 | 3C | 5A | 0 | 2B | E | 3B | 140 | 1B | 20 |
| Octal | 151 | 74 | 132 | 0 | 53 | 16 | 73 | 500 | 33 | 40 |
| Binary | 1101001 | 111100 | 1011010 | 0 | 101011 | 1110 | 111011 | 101000000 | 11011 | 100000 |
Color Harmonies of #693C5A
Complementary color
Monochromatic Colors of #693C5A
Black with #693C5A
Text Example
Text Example
White with #693C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C5A; }
p { color: rgb(105,60,90); }
H1.HeaderClassName
{
color: #693C5A;
}
.AnyTagClassName
{
color: #693C5A;
}
</style>
background-color css
<style>
a { background-color: #693C5A; }
a { background-color: rgb(105,60,90); }
div.DivClassName
{
background-color: #693C5A;
}
.BgClassName
{
background-color: #693C5A;
}
</style>
border-color css
<style>
span { border-color: #693C5A; }
span { border-color: rgb(105,60,90); }
td.TdClassName
{
border-color: #693C5A;
}
.TagClassName
{
border-color: #693C5A;
}
</style>