Shades of Finn #674D5E
Tints of Finn #674D5E
RGB
CMYK
RGB Variations
Color information
#674D5E (or 0x674D5E) is known color: Finn. HEX triplet: 67, 4D and 5E. RGB value is (103,77,94). Sum of RGB (Red+Green+Blue) = 103+77+94=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #674D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D5E is #98B2A1. Grayscale: #565656. Windows color (decimal): -10007202 or 6180199. OLE color: 6180199.
HSL color Cylindrical-coordinate representation of color #674D5E: hue angle of 320.77º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #674D5E is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 94 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.60 |
| HSL | 320.77º | 0.14% | 0.35% | - |
| HSV(B) | 320.77º | 0.25% | 0.4% | - |
| XYZ | 10.27 | 9 | 11.79 | - |
| YUV | 86.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 94 | 0 | 0.25 | 0.09 | 0.60 | 320.77 | 0.14 | 0.35 |
| Hex | 67 | 4D | 5E | 0 | 19 | 9 | 3C | 141 | E | 23 |
| Octal | 147 | 115 | 136 | 0 | 31 | 11 | 74 | 501 | 16 | 43 |
| Binary | 1100111 | 1001101 | 1011110 | 0 | 11001 | 1001 | 111100 | 101000001 | 1110 | 100011 |
Color Harmonies of #674D5E
Complementary color
Monochromatic Colors of #674D5E
Black with #674D5E
Text Example
Text Example
White with #674D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D5E; }
p { color: rgb(103,77,94); }
H1.HeaderClassName
{
color: #674D5E;
}
.AnyTagClassName
{
color: #674D5E;
}
</style>
background-color css
<style>
a { background-color: #674D5E; }
a { background-color: rgb(103,77,94); }
div.DivClassName
{
background-color: #674D5E;
}
.BgClassName
{
background-color: #674D5E;
}
</style>
border-color css
<style>
span { border-color: #674D5E; }
span { border-color: rgb(103,77,94); }
td.TdClassName
{
border-color: #674D5E;
}
.TagClassName
{
border-color: #674D5E;
}
</style>