Shades of Finn #663C54
Tints of Finn #663C54
RGB
CMYK
RGB Variations
Color information
#663C54 (or 0x663C54) is known color: Finn. HEX triplet: 66, 3C and 54. RGB value is (102,60,84). Sum of RGB (Red+Green+Blue) = 102+60+84=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #663C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C54 is #99C3AB. Grayscale: #4B4B4B. Windows color (decimal): -10077100 or 5520486. OLE color: 5520486.
HSL color Cylindrical-coordinate representation of color #663C54: hue angle of 325.71º 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 #663C54 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 84 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.6 |
| HSL | 325.71º | 0.26% | 0.32% | - |
| HSV(B) | 325.71º | 0.41% | 0.4% | - |
| XYZ | 8.7 | 6.7 | 9.22 | - |
| YUV | 75.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 84 | 0 | 0.41 | 0.18 | 0.6 | 325.71 | 0.26 | 0.32 |
| Hex | 66 | 3C | 54 | 0 | 29 | 12 | 3C | 146 | 1A | 20 |
| Octal | 146 | 74 | 124 | 0 | 51 | 22 | 74 | 506 | 32 | 40 |
| Binary | 1100110 | 111100 | 1010100 | 0 | 101001 | 10010 | 111100 | 101000110 | 11010 | 100000 |
Color Harmonies of #663C54
Complementary color
Monochromatic Colors of #663C54
Black with #663C54
Text Example
Text Example
White with #663C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C54; }
p { color: rgb(102,60,84); }
H1.HeaderClassName
{
color: #663C54;
}
.AnyTagClassName
{
color: #663C54;
}
</style>
background-color css
<style>
a { background-color: #663C54; }
a { background-color: rgb(102,60,84); }
div.DivClassName
{
background-color: #663C54;
}
.BgClassName
{
background-color: #663C54;
}
</style>
border-color css
<style>
span { border-color: #663C54; }
span { border-color: rgb(102,60,84); }
td.TdClassName
{
border-color: #663C54;
}
.TagClassName
{
border-color: #663C54;
}
</style>