Shades of Finn #664D5C
Tints of Finn #664D5C
RGB
CMYK
RGB Variations
Color information
#664D5C (or 0x664D5C) is known color: Finn. HEX triplet: 66, 4D and 5C. RGB value is (102,77,92). Sum of RGB (Red+Green+Blue) = 102+77+92=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D5C is #99B2A3. Grayscale: #565656. Windows color (decimal): -10072740 or 6049126. OLE color: 6049126.
HSL color Cylindrical-coordinate representation of color #664D5C: hue angle of 324º 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 #664D5C is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 92 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.6 |
| HSL | 324º | 0.14% | 0.35% | - |
| HSV(B) | 324º | 0.25% | 0.4% | - |
| XYZ | 10.07 | 8.91 | 11.31 | - |
| YUV | 86.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 92 | 0 | 0.25 | 0.10 | 0.6 | 324 | 0.14 | 0.35 |
| Hex | 66 | 4D | 5C | 0 | 19 | A | 3C | 144 | E | 23 |
| Octal | 146 | 115 | 134 | 0 | 31 | 12 | 74 | 504 | 16 | 43 |
| Binary | 1100110 | 1001101 | 1011100 | 0 | 11001 | 1010 | 111100 | 101000100 | 1110 | 100011 |
Color Harmonies of #664D5C
Complementary color
Monochromatic Colors of #664D5C
Black with #664D5C
Text Example
Text Example
White with #664D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D5C; }
p { color: rgb(102,77,92); }
H1.HeaderClassName
{
color: #664D5C;
}
.AnyTagClassName
{
color: #664D5C;
}
</style>
background-color css
<style>
a { background-color: #664D5C; }
a { background-color: rgb(102,77,92); }
div.DivClassName
{
background-color: #664D5C;
}
.BgClassName
{
background-color: #664D5C;
}
</style>
border-color css
<style>
span { border-color: #664D5C; }
span { border-color: rgb(102,77,92); }
td.TdClassName
{
border-color: #664D5C;
}
.TagClassName
{
border-color: #664D5C;
}
</style>