Shades of Finn #663C4F
Tints of Finn #663C4F
RGB
CMYK
RGB Variations
Color information
#663C4F (or 0x663C4F) is known color: Finn. HEX triplet: 66, 3C and 4F. RGB value is (102,60,79). Sum of RGB (Red+Green+Blue) = 102+60+79=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C4F is #99C3B0. Grayscale: #4A4A4A. Windows color (decimal): -10077105 or 5192806. OLE color: 5192806.
HSL color Cylindrical-coordinate representation of color #663C4F: hue angle of 332.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #663C4F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 79 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.6 |
| HSL | 332.86º | 0.26% | 0.32% | - |
| HSV(B) | 332.86º | 0.41% | 0.4% | - |
| XYZ | 8.51 | 6.62 | 8.23 | - |
| YUV | 74.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 79 | 0 | 0.41 | 0.23 | 0.6 | 332.86 | 0.26 | 0.32 |
| Hex | 66 | 3C | 4F | 0 | 29 | 17 | 3C | 14D | 1A | 20 |
| Octal | 146 | 74 | 117 | 0 | 51 | 27 | 74 | 515 | 32 | 40 |
| Binary | 1100110 | 111100 | 1001111 | 0 | 101001 | 10111 | 111100 | 101001101 | 11010 | 100000 |
Color Harmonies of #663C4F
Complementary color
Monochromatic Colors of #663C4F
Black with #663C4F
Text Example
Text Example
White with #663C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C4F; }
p { color: rgb(102,60,79); }
H1.HeaderClassName
{
color: #663C4F;
}
.AnyTagClassName
{
color: #663C4F;
}
</style>
background-color css
<style>
a { background-color: #663C4F; }
a { background-color: rgb(102,60,79); }
div.DivClassName
{
background-color: #663C4F;
}
.BgClassName
{
background-color: #663C4F;
}
</style>
border-color css
<style>
span { border-color: #663C4F; }
span { border-color: rgb(102,60,79); }
td.TdClassName
{
border-color: #663C4F;
}
.TagClassName
{
border-color: #663C4F;
}
</style>