Shades of Finn #673555
Tints of Finn #673555
RGB
CMYK
RGB Variations
Color information
#673555 (or 0x673555) is known color: Finn. HEX triplet: 67, 35 and 55. RGB value is (103,53,85). Sum of RGB (Red+Green+Blue) = 103+53+85=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #673555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673555 is #98CAAA. Grayscale: #474747. Windows color (decimal): -10013355 or 5584231. OLE color: 5584231.
HSL color Cylindrical-coordinate representation of color #673555: hue angle of 321.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #673555 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 85 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.60 |
| HSL | 321.6º | 0.32% | 0.31% | - |
| HSV(B) | 321.6º | 0.49% | 0.4% | - |
| XYZ | 8.51 | 6.09 | 9.32 | - |
| YUV | 71.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 85 | 0 | 0.49 | 0.17 | 0.60 | 321.6 | 0.32 | 0.31 |
| Hex | 67 | 35 | 55 | 0 | 31 | 11 | 3C | 142 | 20 | 1F |
| Octal | 147 | 65 | 125 | 0 | 61 | 21 | 74 | 502 | 40 | 37 |
| Binary | 1100111 | 110101 | 1010101 | 0 | 110001 | 10001 | 111100 | 101000010 | 100000 | 11111 |
Color Harmonies of #673555
Complementary color
Monochromatic Colors of #673555
Black with #673555
Text Example
Text Example
White with #673555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673555; }
p { color: rgb(103,53,85); }
H1.HeaderClassName
{
color: #673555;
}
.AnyTagClassName
{
color: #673555;
}
</style>
background-color css
<style>
a { background-color: #673555; }
a { background-color: rgb(103,53,85); }
div.DivClassName
{
background-color: #673555;
}
.BgClassName
{
background-color: #673555;
}
</style>
border-color css
<style>
span { border-color: #673555; }
span { border-color: rgb(103,53,85); }
td.TdClassName
{
border-color: #673555;
}
.TagClassName
{
border-color: #673555;
}
</style>