Shades of Finn #664654
Tints of Finn #664654
RGB
CMYK
RGB Variations
Color information
#664654 (or 0x664654) is known color: Finn. HEX triplet: 66, 46 and 54. RGB value is (102,70,84). Sum of RGB (Red+Green+Blue) = 102+70+84=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664654 is #99B9AB. Grayscale: #515151. Windows color (decimal): -10074540 or 5523046. OLE color: 5523046.
HSL color Cylindrical-coordinate representation of color #664654: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664654 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 84 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.6 |
| HSL | 333.75º | 0.19% | 0.34% | - |
| HSV(B) | 333.75º | 0.31% | 0.4% | - |
| XYZ | 9.27 | 7.85 | 9.41 | - |
| YUV | 81.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 84 | 0 | 0.31 | 0.18 | 0.6 | 333.75 | 0.19 | 0.34 |
| Hex | 66 | 46 | 54 | 0 | 1F | 12 | 3C | 14E | 13 | 22 |
| Octal | 146 | 106 | 124 | 0 | 37 | 22 | 74 | 516 | 23 | 42 |
| Binary | 1100110 | 1000110 | 1010100 | 0 | 11111 | 10010 | 111100 | 101001110 | 10011 | 100010 |
Color Harmonies of #664654
Complementary color
Monochromatic Colors of #664654
Black with #664654
Text Example
Text Example
White with #664654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664654; }
p { color: rgb(102,70,84); }
H1.HeaderClassName
{
color: #664654;
}
.AnyTagClassName
{
color: #664654;
}
</style>
background-color css
<style>
a { background-color: #664654; }
a { background-color: rgb(102,70,84); }
div.DivClassName
{
background-color: #664654;
}
.BgClassName
{
background-color: #664654;
}
</style>
border-color css
<style>
span { border-color: #664654; }
span { border-color: rgb(102,70,84); }
td.TdClassName
{
border-color: #664654;
}
.TagClassName
{
border-color: #664654;
}
</style>