Shades of Finn #66505D
Tints of Finn #66505D
RGB
CMYK
RGB Variations
Color information
#66505D (or 0x66505D) is known color: Finn. HEX triplet: 66, 50 and 5D. RGB value is (102,80,93). Sum of RGB (Red+Green+Blue) = 102+80+93=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66505D is #99AFA2. Grayscale: #585858. Windows color (decimal): -10071971 or 6115430. OLE color: 6115430.
HSL color Cylindrical-coordinate representation of color #66505D: hue angle of 324.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66505D is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 93 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.6 |
| HSL | 324.55º | 0.12% | 0.36% | - |
| HSV(B) | 324.55º | 0.22% | 0.4% | - |
| XYZ | 10.32 | 9.35 | 11.62 | - |
| YUV | 88.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 93 | 0 | 0.22 | 0.09 | 0.6 | 324.55 | 0.12 | 0.36 |
| Hex | 66 | 50 | 5D | 0 | 16 | 9 | 3C | 145 | C | 24 |
| Octal | 146 | 120 | 135 | 0 | 26 | 11 | 74 | 505 | 14 | 44 |
| Binary | 1100110 | 1010000 | 1011101 | 0 | 10110 | 1001 | 111100 | 101000101 | 1100 | 100100 |
Color Harmonies of #66505D
Complementary color
Monochromatic Colors of #66505D
Black with #66505D
Text Example
Text Example
White with #66505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66505D; }
p { color: rgb(102,80,93); }
H1.HeaderClassName
{
color: #66505D;
}
.AnyTagClassName
{
color: #66505D;
}
</style>
background-color css
<style>
a { background-color: #66505D; }
a { background-color: rgb(102,80,93); }
div.DivClassName
{
background-color: #66505D;
}
.BgClassName
{
background-color: #66505D;
}
</style>
border-color css
<style>
span { border-color: #66505D; }
span { border-color: rgb(102,80,93); }
td.TdClassName
{
border-color: #66505D;
}
.TagClassName
{
border-color: #66505D;
}
</style>