Shades of Finn #673B54
Tints of Finn #673B54
RGB
CMYK
RGB Variations
Color information
#673B54 (or 0x673B54) is known color: Finn. HEX triplet: 67, 3B and 54. RGB value is (103,59,84). Sum of RGB (Red+Green+Blue) = 103+59+84=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #673B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673B54 is #98C4AB. Grayscale: #4A4A4A. Windows color (decimal): -10011820 or 5520231. OLE color: 5520231.
HSL color Cylindrical-coordinate representation of color #673B54: hue angle of 325.91º 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 #673B54 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 84 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.60 |
| HSL | 325.91º | 0.27% | 0.32% | - |
| HSV(B) | 325.91º | 0.43% | 0.4% | - |
| XYZ | 8.76 | 6.65 | 9.21 | - |
| YUV | 75.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 84 | 0 | 0.43 | 0.18 | 0.60 | 325.91 | 0.27 | 0.32 |
| Hex | 67 | 3B | 54 | 0 | 2B | 12 | 3C | 146 | 1B | 20 |
| Octal | 147 | 73 | 124 | 0 | 53 | 22 | 74 | 506 | 33 | 40 |
| Binary | 1100111 | 111011 | 1010100 | 0 | 101011 | 10010 | 111100 | 101000110 | 11011 | 100000 |
Color Harmonies of #673B54
Complementary color
Monochromatic Colors of #673B54
Black with #673B54
Text Example
Text Example
White with #673B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B54; }
p { color: rgb(103,59,84); }
H1.HeaderClassName
{
color: #673B54;
}
.AnyTagClassName
{
color: #673B54;
}
</style>
background-color css
<style>
a { background-color: #673B54; }
a { background-color: rgb(103,59,84); }
div.DivClassName
{
background-color: #673B54;
}
.BgClassName
{
background-color: #673B54;
}
</style>
border-color css
<style>
span { border-color: #673B54; }
span { border-color: rgb(103,59,84); }
td.TdClassName
{
border-color: #673B54;
}
.TagClassName
{
border-color: #673B54;
}
</style>