Shades of Finn #693D5B
Tints of Finn #693D5B
RGB
CMYK
RGB Variations
Color information
#693D5B (or 0x693D5B) is known color: Finn. HEX triplet: 69, 3D and 5B. RGB value is (105,61,91). Sum of RGB (Red+Green+Blue) = 105+61+91=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #693D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693D5B is #96C2A4. Grayscale: #4D4D4D. Windows color (decimal): -9880229 or 5979497. OLE color: 5979497.
HSL color Cylindrical-coordinate representation of color #693D5B: hue angle of 319.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #693D5B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 91 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.59 |
| HSL | 319.09º | 0.27% | 0.33% | - |
| HSV(B) | 319.09º | 0.42% | 0.41% | - |
| XYZ | 9.38 | 7.1 | 10.77 | - |
| YUV | 77.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 91 | 0 | 0.42 | 0.13 | 0.59 | 319.09 | 0.27 | 0.33 |
| Hex | 69 | 3D | 5B | 0 | 2A | D | 3B | 13F | 1B | 21 |
| Octal | 151 | 75 | 133 | 0 | 52 | 15 | 73 | 477 | 33 | 41 |
| Binary | 1101001 | 111101 | 1011011 | 0 | 101010 | 1101 | 111011 | 100111111 | 11011 | 100001 |
Color Harmonies of #693D5B
Complementary color
Monochromatic Colors of #693D5B
Black with #693D5B
Text Example
Text Example
White with #693D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D5B; }
p { color: rgb(105,61,91); }
H1.HeaderClassName
{
color: #693D5B;
}
.AnyTagClassName
{
color: #693D5B;
}
</style>
background-color css
<style>
a { background-color: #693D5B; }
a { background-color: rgb(105,61,91); }
div.DivClassName
{
background-color: #693D5B;
}
.BgClassName
{
background-color: #693D5B;
}
</style>
border-color css
<style>
span { border-color: #693D5B; }
span { border-color: rgb(105,61,91); }
td.TdClassName
{
border-color: #693D5B;
}
.TagClassName
{
border-color: #693D5B;
}
</style>