Shades of Finn #664F58
Tints of Finn #664F58
RGB
CMYK
RGB Variations
Color information
#664F58 (or 0x664F58) is known color: Finn. HEX triplet: 66, 4F and 58. RGB value is (102,79,88). Sum of RGB (Red+Green+Blue) = 102+79+88=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F58 is #99B0A7. Grayscale: #565656. Windows color (decimal): -10072232 or 5787494. OLE color: 5787494.
HSL color Cylindrical-coordinate representation of color #664F58: hue angle of 336.52º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #664F58 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 88 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.6 |
| HSL | 336.52º | 0.13% | 0.35% | - |
| HSV(B) | 336.52º | 0.23% | 0.4% | - |
| XYZ | 10.04 | 9.12 | 10.46 | - |
| YUV | 86.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 88 | 0 | 0.23 | 0.14 | 0.6 | 336.52 | 0.13 | 0.35 |
| Hex | 66 | 4F | 58 | 0 | 17 | E | 3C | 151 | D | 23 |
| Octal | 146 | 117 | 130 | 0 | 27 | 16 | 74 | 521 | 15 | 43 |
| Binary | 1100110 | 1001111 | 1011000 | 0 | 10111 | 1110 | 111100 | 101010001 | 1101 | 100011 |
Color Harmonies of #664F58
Complementary color
Monochromatic Colors of #664F58
Black with #664F58
Text Example
Text Example
White with #664F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F58; }
p { color: rgb(102,79,88); }
H1.HeaderClassName
{
color: #664F58;
}
.AnyTagClassName
{
color: #664F58;
}
</style>
background-color css
<style>
a { background-color: #664F58; }
a { background-color: rgb(102,79,88); }
div.DivClassName
{
background-color: #664F58;
}
.BgClassName
{
background-color: #664F58;
}
</style>
border-color css
<style>
span { border-color: #664F58; }
span { border-color: rgb(102,79,88); }
td.TdClassName
{
border-color: #664F58;
}
.TagClassName
{
border-color: #664F58;
}
</style>