Shades of Finn #66424E
Tints of Finn #66424E
RGB
CMYK
RGB Variations
Color information
#66424E (or 0x66424E) is known color: Finn. HEX triplet: 66, 42 and 4E. RGB value is (102,66,78). Sum of RGB (Red+Green+Blue) = 102+66+78=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66424E is #99BDB1. Grayscale: #4E4E4E. Windows color (decimal): -10075570 or 5128806. OLE color: 5128806.
HSL color Cylindrical-coordinate representation of color #66424E: hue angle of 340º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66424E is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 78 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.6 |
| HSL | 340º | 0.21% | 0.33% | - |
| HSV(B) | 340º | 0.35% | 0.4% | - |
| XYZ | 8.8 | 7.27 | 8.15 | - |
| YUV | 78.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 78 | 0 | 0.35 | 0.24 | 0.6 | 340 | 0.21 | 0.33 |
| Hex | 66 | 42 | 4E | 0 | 23 | 18 | 3C | 154 | 15 | 21 |
| Octal | 146 | 102 | 116 | 0 | 43 | 30 | 74 | 524 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1001110 | 0 | 100011 | 11000 | 111100 | 101010100 | 10101 | 100001 |
Color Harmonies of #66424E
Complementary color
Monochromatic Colors of #66424E
Black with #66424E
Text Example
Text Example
White with #66424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66424E; }
p { color: rgb(102,66,78); }
H1.HeaderClassName
{
color: #66424E;
}
.AnyTagClassName
{
color: #66424E;
}
</style>
background-color css
<style>
a { background-color: #66424E; }
a { background-color: rgb(102,66,78); }
div.DivClassName
{
background-color: #66424E;
}
.BgClassName
{
background-color: #66424E;
}
</style>
border-color css
<style>
span { border-color: #66424E; }
span { border-color: rgb(102,66,78); }
td.TdClassName
{
border-color: #66424E;
}
.TagClassName
{
border-color: #66424E;
}
</style>