Shades of Finn #664E5A
Tints of Finn #664E5A
RGB
CMYK
RGB Variations
Color information
#664E5A (or 0x664E5A) is known color: Finn. HEX triplet: 66, 4E and 5A. RGB value is (102,78,90). Sum of RGB (Red+Green+Blue) = 102+78+90=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E5A is #99B1A5. Grayscale: #565656. Windows color (decimal): -10072486 or 5918310. OLE color: 5918310.
HSL color Cylindrical-coordinate representation of color #664E5A: hue angle of 330º 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 #664E5A is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 90 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.6 |
| HSL | 330º | 0.13% | 0.35% | - |
| HSV(B) | 330º | 0.24% | 0.4% | - |
| XYZ | 10.05 | 9.01 | 10.88 | - |
| YUV | 86.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 90 | 0 | 0.24 | 0.12 | 0.6 | 330 | 0.13 | 0.35 |
| Hex | 66 | 4E | 5A | 0 | 18 | C | 3C | 14A | D | 23 |
| Octal | 146 | 116 | 132 | 0 | 30 | 14 | 74 | 512 | 15 | 43 |
| Binary | 1100110 | 1001110 | 1011010 | 0 | 11000 | 1100 | 111100 | 101001010 | 1101 | 100011 |
Color Harmonies of #664E5A
Complementary color
Monochromatic Colors of #664E5A
Black with #664E5A
Text Example
Text Example
White with #664E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E5A; }
p { color: rgb(102,78,90); }
H1.HeaderClassName
{
color: #664E5A;
}
.AnyTagClassName
{
color: #664E5A;
}
</style>
background-color css
<style>
a { background-color: #664E5A; }
a { background-color: rgb(102,78,90); }
div.DivClassName
{
background-color: #664E5A;
}
.BgClassName
{
background-color: #664E5A;
}
</style>
border-color css
<style>
span { border-color: #664E5A; }
span { border-color: rgb(102,78,90); }
td.TdClassName
{
border-color: #664E5A;
}
.TagClassName
{
border-color: #664E5A;
}
</style>