Shades of Finn #673D53
Tints of Finn #673D53
RGB
CMYK
RGB Variations
Color information
#673D53 (or 0x673D53) is known color: Finn. HEX triplet: 67, 3D and 53. RGB value is (103,61,83). Sum of RGB (Red+Green+Blue) = 103+61+83=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #673D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673D53 is #98C2AC. Grayscale: #4C4C4C. Windows color (decimal): -10011309 or 5455207. OLE color: 5455207.
HSL color Cylindrical-coordinate representation of color #673D53: hue angle of 328.57º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #673D53 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 83 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.60 |
| HSL | 328.57º | 0.26% | 0.32% | - |
| HSV(B) | 328.57º | 0.41% | 0.4% | - |
| XYZ | 8.82 | 6.85 | 9.04 | - |
| YUV | 76.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 83 | 0 | 0.41 | 0.19 | 0.60 | 328.57 | 0.26 | 0.32 |
| Hex | 67 | 3D | 53 | 0 | 29 | 13 | 3C | 149 | 1A | 20 |
| Octal | 147 | 75 | 123 | 0 | 51 | 23 | 74 | 511 | 32 | 40 |
| Binary | 1100111 | 111101 | 1010011 | 0 | 101001 | 10011 | 111100 | 101001001 | 11010 | 100000 |
Color Harmonies of #673D53
Complementary color
Monochromatic Colors of #673D53
Black with #673D53
Text Example
Text Example
White with #673D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D53; }
p { color: rgb(103,61,83); }
H1.HeaderClassName
{
color: #673D53;
}
.AnyTagClassName
{
color: #673D53;
}
</style>
background-color css
<style>
a { background-color: #673D53; }
a { background-color: rgb(103,61,83); }
div.DivClassName
{
background-color: #673D53;
}
.BgClassName
{
background-color: #673D53;
}
</style>
border-color css
<style>
span { border-color: #673D53; }
span { border-color: rgb(103,61,83); }
td.TdClassName
{
border-color: #673D53;
}
.TagClassName
{
border-color: #673D53;
}
</style>