Shades of Finn #66515E
Tints of Finn #66515E
RGB
CMYK
RGB Variations
Color information
#66515E (or 0x66515E) is known color: Finn. HEX triplet: 66, 51 and 5E. RGB value is (102,81,94). Sum of RGB (Red+Green+Blue) = 102+81+94=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66515E is #99AEA1. Grayscale: #585858. Windows color (decimal): -10071714 or 6181222. OLE color: 6181222.
HSL color Cylindrical-coordinate representation of color #66515E: hue angle of 322.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66515E is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 94 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.6 |
| HSL | 322.86º | 0.11% | 0.36% | - |
| HSV(B) | 322.86º | 0.21% | 0.4% | - |
| XYZ | 10.44 | 9.52 | 11.88 | - |
| YUV | 88.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 94 | 0 | 0.21 | 0.08 | 0.6 | 322.86 | 0.11 | 0.36 |
| Hex | 66 | 51 | 5E | 0 | 15 | 8 | 3C | 143 | B | 24 |
| Octal | 146 | 121 | 136 | 0 | 25 | 10 | 74 | 503 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1011110 | 0 | 10101 | 1000 | 111100 | 101000011 | 1011 | 100100 |
Color Harmonies of #66515E
Complementary color
Monochromatic Colors of #66515E
Black with #66515E
Text Example
Text Example
White with #66515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66515E; }
p { color: rgb(102,81,94); }
H1.HeaderClassName
{
color: #66515E;
}
.AnyTagClassName
{
color: #66515E;
}
</style>
background-color css
<style>
a { background-color: #66515E; }
a { background-color: rgb(102,81,94); }
div.DivClassName
{
background-color: #66515E;
}
.BgClassName
{
background-color: #66515E;
}
</style>
border-color css
<style>
span { border-color: #66515E; }
span { border-color: rgb(102,81,94); }
td.TdClassName
{
border-color: #66515E;
}
.TagClassName
{
border-color: #66515E;
}
</style>