Shades of Finn #66475C
Tints of Finn #66475C
RGB
CMYK
RGB Variations
Color information
#66475C (or 0x66475C) is known color: Finn. HEX triplet: 66, 47 and 5C. RGB value is (102,71,92). Sum of RGB (Red+Green+Blue) = 102+71+92=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66475C is #99B8A3. Grayscale: #525252. Windows color (decimal): -10074276 or 6047590. OLE color: 6047590.
HSL color Cylindrical-coordinate representation of color #66475C: hue angle of 319.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66475C is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 92 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.6 |
| HSL | 319.35º | 0.18% | 0.34% | - |
| HSV(B) | 319.35º | 0.3% | 0.4% | - |
| XYZ | 9.66 | 8.1 | 11.18 | - |
| YUV | 82.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 92 | 0 | 0.30 | 0.10 | 0.6 | 319.35 | 0.18 | 0.34 |
| Hex | 66 | 47 | 5C | 0 | 1E | A | 3C | 13F | 12 | 22 |
| Octal | 146 | 107 | 134 | 0 | 36 | 12 | 74 | 477 | 22 | 42 |
| Binary | 1100110 | 1000111 | 1011100 | 0 | 11110 | 1010 | 111100 | 100111111 | 10010 | 100010 |
Color Harmonies of #66475C
Complementary color
Monochromatic Colors of #66475C
Black with #66475C
Text Example
Text Example
White with #66475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66475C; }
p { color: rgb(102,71,92); }
H1.HeaderClassName
{
color: #66475C;
}
.AnyTagClassName
{
color: #66475C;
}
</style>
background-color css
<style>
a { background-color: #66475C; }
a { background-color: rgb(102,71,92); }
div.DivClassName
{
background-color: #66475C;
}
.BgClassName
{
background-color: #66475C;
}
</style>
border-color css
<style>
span { border-color: #66475C; }
span { border-color: rgb(102,71,92); }
td.TdClassName
{
border-color: #66475C;
}
.TagClassName
{
border-color: #66475C;
}
</style>