Shades of Finn #66415A
Tints of Finn #66415A
RGB
CMYK
RGB Variations
Color information
#66415A (or 0x66415A) is known color: Finn. HEX triplet: 66, 41 and 5A. RGB value is (102,65,90). Sum of RGB (Red+Green+Blue) = 102+65+90=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #66415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415A is #99BEA5. Grayscale: #4E4E4E. Windows color (decimal): -10075814 or 5914982. OLE color: 5914982.
HSL color Cylindrical-coordinate representation of color #66415A: hue angle of 319.46º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66415A is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 90 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.6 |
| HSL | 319.46º | 0.22% | 0.33% | - |
| HSV(B) | 319.46º | 0.36% | 0.4% | - |
| XYZ | 9.22 | 7.34 | 10.6 | - |
| YUV | 78.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 90 | 0 | 0.36 | 0.12 | 0.6 | 319.46 | 0.22 | 0.33 |
| Hex | 66 | 41 | 5A | 0 | 24 | C | 3C | 13F | 16 | 21 |
| Octal | 146 | 101 | 132 | 0 | 44 | 14 | 74 | 477 | 26 | 41 |
| Binary | 1100110 | 1000001 | 1011010 | 0 | 100100 | 1100 | 111100 | 100111111 | 10110 | 100001 |
Color Harmonies of #66415A
Complementary color
Monochromatic Colors of #66415A
Black with #66415A
Text Example
Text Example
White with #66415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66415A; }
p { color: rgb(102,65,90); }
H1.HeaderClassName
{
color: #66415A;
}
.AnyTagClassName
{
color: #66415A;
}
</style>
background-color css
<style>
a { background-color: #66415A; }
a { background-color: rgb(102,65,90); }
div.DivClassName
{
background-color: #66415A;
}
.BgClassName
{
background-color: #66415A;
}
</style>
border-color css
<style>
span { border-color: #66415A; }
span { border-color: rgb(102,65,90); }
td.TdClassName
{
border-color: #66415A;
}
.TagClassName
{
border-color: #66415A;
}
</style>