Shades of Finn #674E5B
Tints of Finn #674E5B
RGB
CMYK
RGB Variations
Color information
#674E5B (or 0x674E5B) is known color: Finn. HEX triplet: 67, 4E and 5B. RGB value is (103,78,91). Sum of RGB (Red+Green+Blue) = 103+78+91=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #674E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E5B is #98B1A4. Grayscale: #565656. Windows color (decimal): -10006949 or 5983847. OLE color: 5983847.
HSL color Cylindrical-coordinate representation of color #674E5B: hue angle of 328.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #674E5B is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 91 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.60 |
| HSL | 328.8º | 0.14% | 0.35% | - |
| HSV(B) | 328.8º | 0.24% | 0.4% | - |
| XYZ | 10.21 | 9.09 | 11.11 | - |
| YUV | 86.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 91 | 0 | 0.24 | 0.12 | 0.60 | 328.8 | 0.14 | 0.35 |
| Hex | 67 | 4E | 5B | 0 | 18 | C | 3C | 149 | E | 23 |
| Octal | 147 | 116 | 133 | 0 | 30 | 14 | 74 | 511 | 16 | 43 |
| Binary | 1100111 | 1001110 | 1011011 | 0 | 11000 | 1100 | 111100 | 101001001 | 1110 | 100011 |
Color Harmonies of #674E5B
Complementary color
Monochromatic Colors of #674E5B
Black with #674E5B
Text Example
Text Example
White with #674E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E5B; }
p { color: rgb(103,78,91); }
H1.HeaderClassName
{
color: #674E5B;
}
.AnyTagClassName
{
color: #674E5B;
}
</style>
background-color css
<style>
a { background-color: #674E5B; }
a { background-color: rgb(103,78,91); }
div.DivClassName
{
background-color: #674E5B;
}
.BgClassName
{
background-color: #674E5B;
}
</style>
border-color css
<style>
span { border-color: #674E5B; }
span { border-color: rgb(103,78,91); }
td.TdClassName
{
border-color: #674E5B;
}
.TagClassName
{
border-color: #674E5B;
}
</style>