Shades of Finn #663551
Tints of Finn #663551
RGB
CMYK
RGB Variations
Color information
#663551 (or 0x663551) is known color: Finn. HEX triplet: 66, 35 and 51. RGB value is (102,53,81). Sum of RGB (Red+Green+Blue) = 102+53+81=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663551 is #99CAAE. Grayscale: #464646. Windows color (decimal): -10078895 or 5322086. OLE color: 5322086.
HSL color Cylindrical-coordinate representation of color #663551: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663551 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 81 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.6 |
| HSL | 325.71º | 0.32% | 0.3% | - |
| HSV(B) | 325.71º | 0.48% | 0.4% | - |
| XYZ | 8.24 | 5.97 | 8.5 | - |
| YUV | 70.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 81 | 0 | 0.48 | 0.21 | 0.6 | 325.71 | 0.32 | 0.3 |
| Hex | 66 | 35 | 51 | 0 | 30 | 15 | 3C | 146 | 20 | 1E |
| Octal | 146 | 65 | 121 | 0 | 60 | 25 | 74 | 506 | 40 | 36 |
| Binary | 1100110 | 110101 | 1010001 | 0 | 110000 | 10101 | 111100 | 101000110 | 100000 | 11110 |
Color Harmonies of #663551
Complementary color
Monochromatic Colors of #663551
Black with #663551
Text Example
Text Example
White with #663551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663551; }
p { color: rgb(102,53,81); }
H1.HeaderClassName
{
color: #663551;
}
.AnyTagClassName
{
color: #663551;
}
</style>
background-color css
<style>
a { background-color: #663551; }
a { background-color: rgb(102,53,81); }
div.DivClassName
{
background-color: #663551;
}
.BgClassName
{
background-color: #663551;
}
</style>
border-color css
<style>
span { border-color: #663551; }
span { border-color: rgb(102,53,81); }
td.TdClassName
{
border-color: #663551;
}
.TagClassName
{
border-color: #663551;
}
</style>