Shades of Finn #66475D
Tints of Finn #66475D
RGB
CMYK
RGB Variations
Color information
#66475D (or 0x66475D) is known color: Finn. HEX triplet: 66, 47 and 5D. RGB value is (102,71,93). Sum of RGB (Red+Green+Blue) = 102+71+93=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66475D is #99B8A2. Grayscale: #525252. Windows color (decimal): -10074275 or 6113126. OLE color: 6113126.
HSL color Cylindrical-coordinate representation of color #66475D: hue angle of 317.42º 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 #66475D is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 93 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.6 |
| HSL | 317.42º | 0.18% | 0.34% | - |
| HSV(B) | 317.42º | 0.3% | 0.4% | - |
| XYZ | 9.71 | 8.12 | 11.41 | - |
| YUV | 82.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 93 | 0 | 0.30 | 0.09 | 0.6 | 317.42 | 0.18 | 0.34 |
| Hex | 66 | 47 | 5D | 0 | 1E | 9 | 3C | 13D | 12 | 22 |
| Octal | 146 | 107 | 135 | 0 | 36 | 11 | 74 | 475 | 22 | 42 |
| Binary | 1100110 | 1000111 | 1011101 | 0 | 11110 | 1001 | 111100 | 100111101 | 10010 | 100010 |
Color Harmonies of #66475D
Complementary color
Monochromatic Colors of #66475D
Black with #66475D
Text Example
Text Example
White with #66475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66475D; }
p { color: rgb(102,71,93); }
H1.HeaderClassName
{
color: #66475D;
}
.AnyTagClassName
{
color: #66475D;
}
</style>
background-color css
<style>
a { background-color: #66475D; }
a { background-color: rgb(102,71,93); }
div.DivClassName
{
background-color: #66475D;
}
.BgClassName
{
background-color: #66475D;
}
</style>
border-color css
<style>
span { border-color: #66475D; }
span { border-color: rgb(102,71,93); }
td.TdClassName
{
border-color: #66475D;
}
.TagClassName
{
border-color: #66475D;
}
</style>