Shades of Finn #664F5C
Tints of Finn #664F5C
RGB
CMYK
RGB Variations
Color information
#664F5C (or 0x664F5C) is known color: Finn. HEX triplet: 66, 4F and 5C. RGB value is (102,79,92). Sum of RGB (Red+Green+Blue) = 102+79+92=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #664F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F5C is #99B0A3. Grayscale: #575757. Windows color (decimal): -10072228 or 6049638. OLE color: 6049638.
HSL color Cylindrical-coordinate representation of color #664F5C: hue angle of 326.09º 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 #664F5C is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 92 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.6 |
| HSL | 326.09º | 0.13% | 0.35% | - |
| HSV(B) | 326.09º | 0.23% | 0.4% | - |
| XYZ | 10.21 | 9.19 | 11.36 | - |
| YUV | 87.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 92 | 0 | 0.23 | 0.10 | 0.6 | 326.09 | 0.13 | 0.35 |
| Hex | 66 | 4F | 5C | 0 | 17 | A | 3C | 146 | D | 23 |
| Octal | 146 | 117 | 134 | 0 | 27 | 12 | 74 | 506 | 15 | 43 |
| Binary | 1100110 | 1001111 | 1011100 | 0 | 10111 | 1010 | 111100 | 101000110 | 1101 | 100011 |
Color Harmonies of #664F5C
Complementary color
Monochromatic Colors of #664F5C
Black with #664F5C
Text Example
Text Example
White with #664F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F5C; }
p { color: rgb(102,79,92); }
H1.HeaderClassName
{
color: #664F5C;
}
.AnyTagClassName
{
color: #664F5C;
}
</style>
background-color css
<style>
a { background-color: #664F5C; }
a { background-color: rgb(102,79,92); }
div.DivClassName
{
background-color: #664F5C;
}
.BgClassName
{
background-color: #664F5C;
}
</style>
border-color css
<style>
span { border-color: #664F5C; }
span { border-color: rgb(102,79,92); }
td.TdClassName
{
border-color: #664F5C;
}
.TagClassName
{
border-color: #664F5C;
}
</style>