Shades of Finn #674A58
Tints of Finn #674A58
RGB
CMYK
RGB Variations
Color information
#674A58 (or 0x674A58) is known color: Finn. HEX triplet: 67, 4A and 58. RGB value is (103,74,88). Sum of RGB (Red+Green+Blue) = 103+74+88=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #674A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A58 is #98B5A7. Grayscale: #545454. Windows color (decimal): -10007976 or 5786215. OLE color: 5786215.
HSL color Cylindrical-coordinate representation of color #674A58: hue angle of 331.03º 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 #674A58 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 88 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.60 |
| HSL | 331.03º | 0.16% | 0.35% | - |
| HSV(B) | 331.03º | 0.28% | 0.4% | - |
| XYZ | 9.8 | 8.49 | 10.35 | - |
| YUV | 84.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 88 | 0 | 0.28 | 0.15 | 0.60 | 331.03 | 0.16 | 0.35 |
| Hex | 67 | 4A | 58 | 0 | 1C | F | 3C | 14B | 10 | 23 |
| Octal | 147 | 112 | 130 | 0 | 34 | 17 | 74 | 513 | 20 | 43 |
| Binary | 1100111 | 1001010 | 1011000 | 0 | 11100 | 1111 | 111100 | 101001011 | 10000 | 100011 |
Color Harmonies of #674A58
Complementary color
Monochromatic Colors of #674A58
Black with #674A58
Text Example
Text Example
White with #674A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A58; }
p { color: rgb(103,74,88); }
H1.HeaderClassName
{
color: #674A58;
}
.AnyTagClassName
{
color: #674A58;
}
</style>
background-color css
<style>
a { background-color: #674A58; }
a { background-color: rgb(103,74,88); }
div.DivClassName
{
background-color: #674A58;
}
.BgClassName
{
background-color: #674A58;
}
</style>
border-color css
<style>
span { border-color: #674A58; }
span { border-color: rgb(103,74,88); }
td.TdClassName
{
border-color: #674A58;
}
.TagClassName
{
border-color: #674A58;
}
</style>