Shades of Finn #66405B
Tints of Finn #66405B
RGB
CMYK
RGB Variations
Color information
#66405B (or 0x66405B) is known color: Finn. HEX triplet: 66, 40 and 5B. RGB value is (102,64,91). Sum of RGB (Red+Green+Blue) = 102+64+91=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #66405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66405B is #99BFA4. Grayscale: #4E4E4E. Windows color (decimal): -10076069 or 5980262. OLE color: 5980262.
HSL color Cylindrical-coordinate representation of color #66405B: hue angle of 317.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66405B is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 91 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.6 |
| HSL | 317.37º | 0.23% | 0.33% | - |
| HSV(B) | 317.37º | 0.37% | 0.4% | - |
| XYZ | 9.2 | 7.25 | 10.81 | - |
| YUV | 78.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 91 | 0 | 0.37 | 0.11 | 0.6 | 317.37 | 0.23 | 0.33 |
| Hex | 66 | 40 | 5B | 0 | 25 | B | 3C | 13D | 17 | 21 |
| Octal | 146 | 100 | 133 | 0 | 45 | 13 | 74 | 475 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1011011 | 0 | 100101 | 1011 | 111100 | 100111101 | 10111 | 100001 |
Color Harmonies of #66405B
Complementary color
Monochromatic Colors of #66405B
Black with #66405B
Text Example
Text Example
White with #66405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66405B; }
p { color: rgb(102,64,91); }
H1.HeaderClassName
{
color: #66405B;
}
.AnyTagClassName
{
color: #66405B;
}
</style>
background-color css
<style>
a { background-color: #66405B; }
a { background-color: rgb(102,64,91); }
div.DivClassName
{
background-color: #66405B;
}
.BgClassName
{
background-color: #66405B;
}
</style>
border-color css
<style>
span { border-color: #66405B; }
span { border-color: rgb(102,64,91); }
td.TdClassName
{
border-color: #66405B;
}
.TagClassName
{
border-color: #66405B;
}
</style>