Shades of Finn #674A5B
Tints of Finn #674A5B
RGB
CMYK
RGB Variations
Color information
#674A5B (or 0x674A5B) is known color: Finn. HEX triplet: 67, 4A and 5B. RGB value is (103,74,91). Sum of RGB (Red+Green+Blue) = 103+74+91=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #674A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A5B is #98B5A4. Grayscale: #545454. Windows color (decimal): -10007973 or 5982823. OLE color: 5982823.
HSL color Cylindrical-coordinate representation of color #674A5B: hue angle of 324.83º 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 #674A5B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 91 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.60 |
| HSL | 324.83º | 0.16% | 0.35% | - |
| HSV(B) | 324.83º | 0.28% | 0.4% | - |
| XYZ | 9.93 | 8.54 | 11.02 | - |
| YUV | 84.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 91 | 0 | 0.28 | 0.12 | 0.60 | 324.83 | 0.16 | 0.35 |
| Hex | 67 | 4A | 5B | 0 | 1C | C | 3C | 145 | 10 | 23 |
| Octal | 147 | 112 | 133 | 0 | 34 | 14 | 74 | 505 | 20 | 43 |
| Binary | 1100111 | 1001010 | 1011011 | 0 | 11100 | 1100 | 111100 | 101000101 | 10000 | 100011 |
Color Harmonies of #674A5B
Complementary color
Monochromatic Colors of #674A5B
Black with #674A5B
Text Example
Text Example
White with #674A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A5B; }
p { color: rgb(103,74,91); }
H1.HeaderClassName
{
color: #674A5B;
}
.AnyTagClassName
{
color: #674A5B;
}
</style>
background-color css
<style>
a { background-color: #674A5B; }
a { background-color: rgb(103,74,91); }
div.DivClassName
{
background-color: #674A5B;
}
.BgClassName
{
background-color: #674A5B;
}
</style>
border-color css
<style>
span { border-color: #674A5B; }
span { border-color: rgb(103,74,91); }
td.TdClassName
{
border-color: #674A5B;
}
.TagClassName
{
border-color: #674A5B;
}
</style>