Shades of Finn #664554
Tints of Finn #664554
RGB
CMYK
RGB Variations
Color information
#664554 (or 0x664554) is known color: Finn. HEX triplet: 66, 45 and 54. RGB value is (102,69,84). Sum of RGB (Red+Green+Blue) = 102+69+84=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664554 is #99BAAB. Grayscale: #505050. Windows color (decimal): -10074796 or 5522790. OLE color: 5522790.
HSL color Cylindrical-coordinate representation of color #664554: hue angle of 332.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664554 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 84 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.6 |
| HSL | 332.73º | 0.19% | 0.34% | - |
| HSV(B) | 332.73º | 0.32% | 0.4% | - |
| XYZ | 9.21 | 7.72 | 9.39 | - |
| YUV | 80.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 84 | 0 | 0.32 | 0.18 | 0.6 | 332.73 | 0.19 | 0.34 |
| Hex | 66 | 45 | 54 | 0 | 20 | 12 | 3C | 14D | 13 | 22 |
| Octal | 146 | 105 | 124 | 0 | 40 | 22 | 74 | 515 | 23 | 42 |
| Binary | 1100110 | 1000101 | 1010100 | 0 | 100000 | 10010 | 111100 | 101001101 | 10011 | 100010 |
Color Harmonies of #664554
Complementary color
Monochromatic Colors of #664554
Black with #664554
Text Example
Text Example
White with #664554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664554; }
p { color: rgb(102,69,84); }
H1.HeaderClassName
{
color: #664554;
}
.AnyTagClassName
{
color: #664554;
}
</style>
background-color css
<style>
a { background-color: #664554; }
a { background-color: rgb(102,69,84); }
div.DivClassName
{
background-color: #664554;
}
.BgClassName
{
background-color: #664554;
}
</style>
border-color css
<style>
span { border-color: #664554; }
span { border-color: rgb(102,69,84); }
td.TdClassName
{
border-color: #664554;
}
.TagClassName
{
border-color: #664554;
}
</style>