Shades of Finn #66414F
Tints of Finn #66414F
RGB
CMYK
RGB Variations
Color information
#66414F (or 0x66414F) is known color: Finn. HEX triplet: 66, 41 and 4F. RGB value is (102,65,79). Sum of RGB (Red+Green+Blue) = 102+65+79=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66414F is #99BEB0. Grayscale: #4D4D4D. Windows color (decimal): -10075825 or 5194086. OLE color: 5194086.
HSL color Cylindrical-coordinate representation of color #66414F: hue angle of 337.3º 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 #66414F is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 79 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.6 |
| HSL | 337.3º | 0.22% | 0.33% | - |
| HSV(B) | 337.3º | 0.36% | 0.4% | - |
| XYZ | 8.78 | 7.17 | 8.32 | - |
| YUV | 77.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 79 | 0 | 0.36 | 0.23 | 0.6 | 337.3 | 0.22 | 0.33 |
| Hex | 66 | 41 | 4F | 0 | 24 | 17 | 3C | 151 | 16 | 21 |
| Octal | 146 | 101 | 117 | 0 | 44 | 27 | 74 | 521 | 26 | 41 |
| Binary | 1100110 | 1000001 | 1001111 | 0 | 100100 | 10111 | 111100 | 101010001 | 10110 | 100001 |
Color Harmonies of #66414F
Complementary color
Monochromatic Colors of #66414F
Black with #66414F
Text Example
Text Example
White with #66414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66414F; }
p { color: rgb(102,65,79); }
H1.HeaderClassName
{
color: #66414F;
}
.AnyTagClassName
{
color: #66414F;
}
</style>
background-color css
<style>
a { background-color: #66414F; }
a { background-color: rgb(102,65,79); }
div.DivClassName
{
background-color: #66414F;
}
.BgClassName
{
background-color: #66414F;
}
</style>
border-color css
<style>
span { border-color: #66414F; }
span { border-color: rgb(102,65,79); }
td.TdClassName
{
border-color: #66414F;
}
.TagClassName
{
border-color: #66414F;
}
</style>