Shades of Finn #673B59
Tints of Finn #673B59
RGB
CMYK
RGB Variations
Color information
#673B59 (or 0x673B59) is known color: Finn. HEX triplet: 67, 3B and 59. RGB value is (103,59,89). Sum of RGB (Red+Green+Blue) = 103+59+89=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #673B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673B59 is #98C4A6. Grayscale: #4B4B4B. Windows color (decimal): -10011815 or 5847911. OLE color: 5847911.
HSL color Cylindrical-coordinate representation of color #673B59: hue angle of 319.09º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #673B59 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 89 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.60 |
| HSL | 319.09º | 0.27% | 0.32% | - |
| HSV(B) | 319.09º | 0.43% | 0.4% | - |
| XYZ | 8.96 | 6.73 | 10.28 | - |
| YUV | 75.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 89 | 0 | 0.43 | 0.14 | 0.60 | 319.09 | 0.27 | 0.32 |
| Hex | 67 | 3B | 59 | 0 | 2B | E | 3C | 13F | 1B | 20 |
| Octal | 147 | 73 | 131 | 0 | 53 | 16 | 74 | 477 | 33 | 40 |
| Binary | 1100111 | 111011 | 1011001 | 0 | 101011 | 1110 | 111100 | 100111111 | 11011 | 100000 |
Color Harmonies of #673B59
Complementary color
Monochromatic Colors of #673B59
Black with #673B59
Text Example
Text Example
White with #673B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B59; }
p { color: rgb(103,59,89); }
H1.HeaderClassName
{
color: #673B59;
}
.AnyTagClassName
{
color: #673B59;
}
</style>
background-color css
<style>
a { background-color: #673B59; }
a { background-color: rgb(103,59,89); }
div.DivClassName
{
background-color: #673B59;
}
.BgClassName
{
background-color: #673B59;
}
</style>
border-color css
<style>
span { border-color: #673B59; }
span { border-color: rgb(103,59,89); }
td.TdClassName
{
border-color: #673B59;
}
.TagClassName
{
border-color: #673B59;
}
</style>