Shades of Finn #66505A
Tints of Finn #66505A
RGB
CMYK
RGB Variations
Color information
#66505A (or 0x66505A) is known color: Finn. HEX triplet: 66, 50 and 5A. RGB value is (102,80,90). Sum of RGB (Red+Green+Blue) = 102+80+90=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #66505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66505A is #99AFA5. Grayscale: #575757. Windows color (decimal): -10071974 or 5918822. OLE color: 5918822.
HSL color Cylindrical-coordinate representation of color #66505A: hue angle of 332.73º 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 #66505A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 90 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.6 |
| HSL | 332.73º | 0.12% | 0.36% | - |
| HSV(B) | 332.73º | 0.22% | 0.4% | - |
| XYZ | 10.19 | 9.3 | 10.93 | - |
| YUV | 87.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 90 | 0 | 0.22 | 0.12 | 0.6 | 332.73 | 0.12 | 0.36 |
| Hex | 66 | 50 | 5A | 0 | 16 | C | 3C | 14D | C | 24 |
| Octal | 146 | 120 | 132 | 0 | 26 | 14 | 74 | 515 | 14 | 44 |
| Binary | 1100110 | 1010000 | 1011010 | 0 | 10110 | 1100 | 111100 | 101001101 | 1100 | 100100 |
Color Harmonies of #66505A
Complementary color
Monochromatic Colors of #66505A
Black with #66505A
Text Example
Text Example
White with #66505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66505A; }
p { color: rgb(102,80,90); }
H1.HeaderClassName
{
color: #66505A;
}
.AnyTagClassName
{
color: #66505A;
}
</style>
background-color css
<style>
a { background-color: #66505A; }
a { background-color: rgb(102,80,90); }
div.DivClassName
{
background-color: #66505A;
}
.BgClassName
{
background-color: #66505A;
}
</style>
border-color css
<style>
span { border-color: #66505A; }
span { border-color: rgb(102,80,90); }
td.TdClassName
{
border-color: #66505A;
}
.TagClassName
{
border-color: #66505A;
}
</style>