Shades of Finn #693C54
Tints of Finn #693C54
RGB
CMYK
RGB Variations
Color information
#693C54 (or 0x693C54) is known color: Finn. HEX triplet: 69, 3C and 54. RGB value is (105,60,84). Sum of RGB (Red+Green+Blue) = 105+60+84=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #693C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C54 is #96C3AB. Grayscale: #4C4C4C. Windows color (decimal): -9880492 or 5520489. OLE color: 5520489.
HSL color Cylindrical-coordinate representation of color #693C54: hue angle of 328º 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 #693C54 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 84 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.59 |
| HSL | 328º | 0.27% | 0.32% | - |
| HSV(B) | 328º | 0.43% | 0.41% | - |
| XYZ | 9.04 | 6.88 | 9.24 | - |
| YUV | 76.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 84 | 0 | 0.43 | 0.20 | 0.59 | 328 | 0.27 | 0.32 |
| Hex | 69 | 3C | 54 | 0 | 2B | 14 | 3B | 148 | 1B | 20 |
| Octal | 151 | 74 | 124 | 0 | 53 | 24 | 73 | 510 | 33 | 40 |
| Binary | 1101001 | 111100 | 1010100 | 0 | 101011 | 10100 | 111011 | 101001000 | 11011 | 100000 |
Color Harmonies of #693C54
Complementary color
Monochromatic Colors of #693C54
Black with #693C54
Text Example
Text Example
White with #693C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C54; }
p { color: rgb(105,60,84); }
H1.HeaderClassName
{
color: #693C54;
}
.AnyTagClassName
{
color: #693C54;
}
</style>
background-color css
<style>
a { background-color: #693C54; }
a { background-color: rgb(105,60,84); }
div.DivClassName
{
background-color: #693C54;
}
.BgClassName
{
background-color: #693C54;
}
</style>
border-color css
<style>
span { border-color: #693C54; }
span { border-color: rgb(105,60,84); }
td.TdClassName
{
border-color: #693C54;
}
.TagClassName
{
border-color: #693C54;
}
</style>