Shades of Finn #66515C
Tints of Finn #66515C
RGB
CMYK
RGB Variations
Color information
#66515C (or 0x66515C) is known color: Finn. HEX triplet: 66, 51 and 5C. RGB value is (102,81,92). Sum of RGB (Red+Green+Blue) = 102+81+92=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66515C is #99AEA3. Grayscale: #585858. Windows color (decimal): -10071716 or 6050150. OLE color: 6050150.
HSL color Cylindrical-coordinate representation of color #66515C: hue angle of 328.57º 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 #66515C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 92 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.6 |
| HSL | 328.57º | 0.11% | 0.36% | - |
| HSV(B) | 328.57º | 0.21% | 0.4% | - |
| XYZ | 10.35 | 9.48 | 11.41 | - |
| YUV | 88.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 92 | 0 | 0.21 | 0.10 | 0.6 | 328.57 | 0.11 | 0.36 |
| Hex | 66 | 51 | 5C | 0 | 15 | A | 3C | 149 | B | 24 |
| Octal | 146 | 121 | 134 | 0 | 25 | 12 | 74 | 511 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1011100 | 0 | 10101 | 1010 | 111100 | 101001001 | 1011 | 100100 |
Color Harmonies of #66515C
Complementary color
Monochromatic Colors of #66515C
Black with #66515C
Text Example
Text Example
White with #66515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66515C; }
p { color: rgb(102,81,92); }
H1.HeaderClassName
{
color: #66515C;
}
.AnyTagClassName
{
color: #66515C;
}
</style>
background-color css
<style>
a { background-color: #66515C; }
a { background-color: rgb(102,81,92); }
div.DivClassName
{
background-color: #66515C;
}
.BgClassName
{
background-color: #66515C;
}
</style>
border-color css
<style>
span { border-color: #66515C; }
span { border-color: rgb(102,81,92); }
td.TdClassName
{
border-color: #66515C;
}
.TagClassName
{
border-color: #66515C;
}
</style>