Shades of Finn #674E56
Tints of Finn #674E56
RGB
CMYK
RGB Variations
Color information
#674E56 (or 0x674E56) is known color: Finn. HEX triplet: 67, 4E and 56. RGB value is (103,78,86). Sum of RGB (Red+Green+Blue) = 103+78+86=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #674E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E56 is #98B1A9. Grayscale: #565656. Windows color (decimal): -10006954 or 5656167. OLE color: 5656167.
HSL color Cylindrical-coordinate representation of color #674E56: hue angle of 340.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 #674E56 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 86 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.60 |
| HSL | 340.8º | 0.14% | 0.35% | - |
| HSV(B) | 340.8º | 0.24% | 0.4% | - |
| XYZ | 10 | 9 | 10.02 | - |
| YUV | 86.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 86 | 0 | 0.24 | 0.17 | 0.60 | 340.8 | 0.14 | 0.35 |
| Hex | 67 | 4E | 56 | 0 | 18 | 11 | 3C | 155 | E | 23 |
| Octal | 147 | 116 | 126 | 0 | 30 | 21 | 74 | 525 | 16 | 43 |
| Binary | 1100111 | 1001110 | 1010110 | 0 | 11000 | 10001 | 111100 | 101010101 | 1110 | 100011 |
Color Harmonies of #674E56
Complementary color
Monochromatic Colors of #674E56
Black with #674E56
Text Example
Text Example
White with #674E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E56; }
p { color: rgb(103,78,86); }
H1.HeaderClassName
{
color: #674E56;
}
.AnyTagClassName
{
color: #674E56;
}
</style>
background-color css
<style>
a { background-color: #674E56; }
a { background-color: rgb(103,78,86); }
div.DivClassName
{
background-color: #674E56;
}
.BgClassName
{
background-color: #674E56;
}
</style>
border-color css
<style>
span { border-color: #674E56; }
span { border-color: rgb(103,78,86); }
td.TdClassName
{
border-color: #674E56;
}
.TagClassName
{
border-color: #674E56;
}
</style>