Shades of Finn #664359
Tints of Finn #664359
RGB
CMYK
RGB Variations
Color information
#664359 (or 0x664359) is known color: Finn. HEX triplet: 66, 43 and 59. RGB value is (102,67,89). Sum of RGB (Red+Green+Blue) = 102+67+89=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #664359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664359 is #99BCA6. Grayscale: #4F4F4F. Windows color (decimal): -10075303 or 5849958. OLE color: 5849958.
HSL color Cylindrical-coordinate representation of color #664359: hue angle of 322.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664359 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 89 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.6 |
| HSL | 322.29º | 0.21% | 0.33% | - |
| HSV(B) | 322.29º | 0.34% | 0.4% | - |
| XYZ | 9.29 | 7.56 | 10.42 | - |
| YUV | 79.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 89 | 0 | 0.34 | 0.13 | 0.6 | 322.29 | 0.21 | 0.33 |
| Hex | 66 | 43 | 59 | 0 | 22 | D | 3C | 142 | 15 | 21 |
| Octal | 146 | 103 | 131 | 0 | 42 | 15 | 74 | 502 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1011001 | 0 | 100010 | 1101 | 111100 | 101000010 | 10101 | 100001 |
Color Harmonies of #664359
Complementary color
Monochromatic Colors of #664359
Black with #664359
Text Example
Text Example
White with #664359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664359; }
p { color: rgb(102,67,89); }
H1.HeaderClassName
{
color: #664359;
}
.AnyTagClassName
{
color: #664359;
}
</style>
background-color css
<style>
a { background-color: #664359; }
a { background-color: rgb(102,67,89); }
div.DivClassName
{
background-color: #664359;
}
.BgClassName
{
background-color: #664359;
}
</style>
border-color css
<style>
span { border-color: #664359; }
span { border-color: rgb(102,67,89); }
td.TdClassName
{
border-color: #664359;
}
.TagClassName
{
border-color: #664359;
}
</style>