Shades of Finn #674C58
Tints of Finn #674C58
RGB
CMYK
RGB Variations
Color information
#674C58 (or 0x674C58) is known color: Finn. HEX triplet: 67, 4C and 58. RGB value is (103,76,88). Sum of RGB (Red+Green+Blue) = 103+76+88=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #674C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C58 is #98B3A7. Grayscale: #555555. Windows color (decimal): -10007464 or 5786727. OLE color: 5786727.
HSL color Cylindrical-coordinate representation of color #674C58: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #674C58 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 88 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.60 |
| HSL | 333.33º | 0.15% | 0.35% | - |
| HSV(B) | 333.33º | 0.26% | 0.4% | - |
| XYZ | 9.94 | 8.76 | 10.4 | - |
| YUV | 85.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 88 | 0 | 0.26 | 0.15 | 0.60 | 333.33 | 0.15 | 0.35 |
| Hex | 67 | 4C | 58 | 0 | 1A | F | 3C | 14D | F | 23 |
| Octal | 147 | 114 | 130 | 0 | 32 | 17 | 74 | 515 | 17 | 43 |
| Binary | 1100111 | 1001100 | 1011000 | 0 | 11010 | 1111 | 111100 | 101001101 | 1111 | 100011 |
Color Harmonies of #674C58
Complementary color
Monochromatic Colors of #674C58
Black with #674C58
Text Example
Text Example
White with #674C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C58; }
p { color: rgb(103,76,88); }
H1.HeaderClassName
{
color: #674C58;
}
.AnyTagClassName
{
color: #674C58;
}
</style>
background-color css
<style>
a { background-color: #674C58; }
a { background-color: rgb(103,76,88); }
div.DivClassName
{
background-color: #674C58;
}
.BgClassName
{
background-color: #674C58;
}
</style>
border-color css
<style>
span { border-color: #674C58; }
span { border-color: rgb(103,76,88); }
td.TdClassName
{
border-color: #674C58;
}
.TagClassName
{
border-color: #674C58;
}
</style>