Shades of Finn #664E55
Tints of Finn #664E55
RGB
CMYK
RGB Variations
Color information
#664E55 (or 0x664E55) is known color: Finn. HEX triplet: 66, 4E and 55. RGB value is (102,78,85). Sum of RGB (Red+Green+Blue) = 102+78+85=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #664E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E55 is #99B1AA. Grayscale: #555555. Windows color (decimal): -10072491 or 5590630. OLE color: 5590630.
HSL color Cylindrical-coordinate representation of color #664E55: hue angle of 342.5º degrees, saturation: 0.13, 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 #664E55 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 85 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.6 |
| HSL | 342.5º | 0.13% | 0.35% | - |
| HSV(B) | 342.5º | 0.24% | 0.4% | - |
| XYZ | 9.84 | 8.93 | 9.8 | - |
| YUV | 85.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 85 | 0 | 0.24 | 0.17 | 0.6 | 342.5 | 0.13 | 0.35 |
| Hex | 66 | 4E | 55 | 0 | 18 | 11 | 3C | 156 | D | 23 |
| Octal | 146 | 116 | 125 | 0 | 30 | 21 | 74 | 526 | 15 | 43 |
| Binary | 1100110 | 1001110 | 1010101 | 0 | 11000 | 10001 | 111100 | 101010110 | 1101 | 100011 |
Color Harmonies of #664E55
Complementary color
Monochromatic Colors of #664E55
Black with #664E55
Text Example
Text Example
White with #664E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E55; }
p { color: rgb(102,78,85); }
H1.HeaderClassName
{
color: #664E55;
}
.AnyTagClassName
{
color: #664E55;
}
</style>
background-color css
<style>
a { background-color: #664E55; }
a { background-color: rgb(102,78,85); }
div.DivClassName
{
background-color: #664E55;
}
.BgClassName
{
background-color: #664E55;
}
</style>
border-color css
<style>
span { border-color: #664E55; }
span { border-color: rgb(102,78,85); }
td.TdClassName
{
border-color: #664E55;
}
.TagClassName
{
border-color: #664E55;
}
</style>