Shades of Finn #674A5C
Tints of Finn #674A5C
RGB
CMYK
RGB Variations
Color information
#674A5C (or 0x674A5C) is known color: Finn. HEX triplet: 67, 4A and 5C. RGB value is (103,74,92). Sum of RGB (Red+Green+Blue) = 103+74+92=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #674A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A5C is #98B5A3. Grayscale: #545454. Windows color (decimal): -10007972 or 6048359. OLE color: 6048359.
HSL color Cylindrical-coordinate representation of color #674A5C: hue angle of 322.76º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674A5C is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 92 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.60 |
| HSL | 322.76º | 0.16% | 0.35% | - |
| HSV(B) | 322.76º | 0.28% | 0.4% | - |
| XYZ | 9.97 | 8.55 | 11.25 | - |
| YUV | 84.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 92 | 0 | 0.28 | 0.11 | 0.60 | 322.76 | 0.16 | 0.35 |
| Hex | 67 | 4A | 5C | 0 | 1C | B | 3C | 143 | 10 | 23 |
| Octal | 147 | 112 | 134 | 0 | 34 | 13 | 74 | 503 | 20 | 43 |
| Binary | 1100111 | 1001010 | 1011100 | 0 | 11100 | 1011 | 111100 | 101000011 | 10000 | 100011 |
Color Harmonies of #674A5C
Complementary color
Monochromatic Colors of #674A5C
Black with #674A5C
Text Example
Text Example
White with #674A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A5C; }
p { color: rgb(103,74,92); }
H1.HeaderClassName
{
color: #674A5C;
}
.AnyTagClassName
{
color: #674A5C;
}
</style>
background-color css
<style>
a { background-color: #674A5C; }
a { background-color: rgb(103,74,92); }
div.DivClassName
{
background-color: #674A5C;
}
.BgClassName
{
background-color: #674A5C;
}
</style>
border-color css
<style>
span { border-color: #674A5C; }
span { border-color: rgb(103,74,92); }
td.TdClassName
{
border-color: #674A5C;
}
.TagClassName
{
border-color: #674A5C;
}
</style>