Shades of Finn #664D5A
Tints of Finn #664D5A
RGB
CMYK
RGB Variations
Color information
#664D5A (or 0x664D5A) is known color: Finn. HEX triplet: 66, 4D and 5A. RGB value is (102,77,90). Sum of RGB (Red+Green+Blue) = 102+77+90=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D5A is #99B2A5. Grayscale: #555555. Windows color (decimal): -10072742 or 5918054. OLE color: 5918054.
HSL color Cylindrical-coordinate representation of color #664D5A: hue angle of 328.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664D5A is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 90 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.6 |
| HSL | 328.8º | 0.14% | 0.35% | - |
| HSV(B) | 328.8º | 0.25% | 0.4% | - |
| XYZ | 9.98 | 8.87 | 10.86 | - |
| YUV | 85.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 90 | 0 | 0.25 | 0.12 | 0.6 | 328.8 | 0.14 | 0.35 |
| Hex | 66 | 4D | 5A | 0 | 19 | C | 3C | 149 | E | 23 |
| Octal | 146 | 115 | 132 | 0 | 31 | 14 | 74 | 511 | 16 | 43 |
| Binary | 1100110 | 1001101 | 1011010 | 0 | 11001 | 1100 | 111100 | 101001001 | 1110 | 100011 |
Color Harmonies of #664D5A
Complementary color
Monochromatic Colors of #664D5A
Black with #664D5A
Text Example
Text Example
White with #664D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D5A; }
p { color: rgb(102,77,90); }
H1.HeaderClassName
{
color: #664D5A;
}
.AnyTagClassName
{
color: #664D5A;
}
</style>
background-color css
<style>
a { background-color: #664D5A; }
a { background-color: rgb(102,77,90); }
div.DivClassName
{
background-color: #664D5A;
}
.BgClassName
{
background-color: #664D5A;
}
</style>
border-color css
<style>
span { border-color: #664D5A; }
span { border-color: rgb(102,77,90); }
td.TdClassName
{
border-color: #664D5A;
}
.TagClassName
{
border-color: #664D5A;
}
</style>