Shades of Finn #66475A
Tints of Finn #66475A
RGB
CMYK
RGB Variations
Color information
#66475A (or 0x66475A) is known color: Finn. HEX triplet: 66, 47 and 5A. RGB value is (102,71,90). Sum of RGB (Red+Green+Blue) = 102+71+90=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66475A is #99B8A5. Grayscale: #525252. Windows color (decimal): -10074278 or 5916518. OLE color: 5916518.
HSL color Cylindrical-coordinate representation of color #66475A: hue angle of 323.23º 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 #66475A is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 90 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.6 |
| HSL | 323.23º | 0.18% | 0.34% | - |
| HSV(B) | 323.23º | 0.3% | 0.4% | - |
| XYZ | 9.58 | 8.07 | 10.73 | - |
| YUV | 82.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 90 | 0 | 0.30 | 0.12 | 0.6 | 323.23 | 0.18 | 0.34 |
| Hex | 66 | 47 | 5A | 0 | 1E | C | 3C | 143 | 12 | 22 |
| Octal | 146 | 107 | 132 | 0 | 36 | 14 | 74 | 503 | 22 | 42 |
| Binary | 1100110 | 1000111 | 1011010 | 0 | 11110 | 1100 | 111100 | 101000011 | 10010 | 100010 |
Color Harmonies of #66475A
Complementary color
Monochromatic Colors of #66475A
Black with #66475A
Text Example
Text Example
White with #66475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66475A; }
p { color: rgb(102,71,90); }
H1.HeaderClassName
{
color: #66475A;
}
.AnyTagClassName
{
color: #66475A;
}
</style>
background-color css
<style>
a { background-color: #66475A; }
a { background-color: rgb(102,71,90); }
div.DivClassName
{
background-color: #66475A;
}
.BgClassName
{
background-color: #66475A;
}
</style>
border-color css
<style>
span { border-color: #66475A; }
span { border-color: rgb(102,71,90); }
td.TdClassName
{
border-color: #66475A;
}
.TagClassName
{
border-color: #66475A;
}
</style>