Shades of Finn #664154
Tints of Finn #664154
RGB
CMYK
RGB Variations
Color information
#664154 (or 0x664154) is known color: Finn. HEX triplet: 66, 41 and 54. RGB value is (102,65,84). Sum of RGB (Red+Green+Blue) = 102+65+84=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664154 is #99BEAB. Grayscale: #4E4E4E. Windows color (decimal): -10075820 or 5521766. OLE color: 5521766.
HSL color Cylindrical-coordinate representation of color #664154: hue angle of 329.19º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664154 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 84 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.6 |
| HSL | 329.19º | 0.22% | 0.33% | - |
| HSV(B) | 329.19º | 0.36% | 0.4% | - |
| XYZ | 8.97 | 7.25 | 9.31 | - |
| YUV | 78.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 84 | 0 | 0.36 | 0.18 | 0.6 | 329.19 | 0.22 | 0.33 |
| Hex | 66 | 41 | 54 | 0 | 24 | 12 | 3C | 149 | 16 | 21 |
| Octal | 146 | 101 | 124 | 0 | 44 | 22 | 74 | 511 | 26 | 41 |
| Binary | 1100110 | 1000001 | 1010100 | 0 | 100100 | 10010 | 111100 | 101001001 | 10110 | 100001 |
Color Harmonies of #664154
Complementary color
Monochromatic Colors of #664154
Black with #664154
Text Example
Text Example
White with #664154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664154; }
p { color: rgb(102,65,84); }
H1.HeaderClassName
{
color: #664154;
}
.AnyTagClassName
{
color: #664154;
}
</style>
background-color css
<style>
a { background-color: #664154; }
a { background-color: rgb(102,65,84); }
div.DivClassName
{
background-color: #664154;
}
.BgClassName
{
background-color: #664154;
}
</style>
border-color css
<style>
span { border-color: #664154; }
span { border-color: rgb(102,65,84); }
td.TdClassName
{
border-color: #664154;
}
.TagClassName
{
border-color: #664154;
}
</style>