Shades of Finn #663C51
Tints of Finn #663C51
RGB
CMYK
RGB Variations
Color information
#663C51 (or 0x663C51) is known color: Finn. HEX triplet: 66, 3C and 51. RGB value is (102,60,81). Sum of RGB (Red+Green+Blue) = 102+60+81=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #663C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C51 is #99C3AE. Grayscale: #4A4A4A. Windows color (decimal): -10077103 or 5323878. OLE color: 5323878.
HSL color Cylindrical-coordinate representation of color #663C51: hue angle of 330º 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 #663C51 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 81 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.6 |
| HSL | 330º | 0.26% | 0.32% | - |
| HSV(B) | 330º | 0.41% | 0.4% | - |
| XYZ | 8.58 | 6.65 | 8.62 | - |
| YUV | 74.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 81 | 0 | 0.41 | 0.21 | 0.6 | 330 | 0.26 | 0.32 |
| Hex | 66 | 3C | 51 | 0 | 29 | 15 | 3C | 14A | 1A | 20 |
| Octal | 146 | 74 | 121 | 0 | 51 | 25 | 74 | 512 | 32 | 40 |
| Binary | 1100110 | 111100 | 1010001 | 0 | 101001 | 10101 | 111100 | 101001010 | 11010 | 100000 |
Color Harmonies of #663C51
Complementary color
Monochromatic Colors of #663C51
Black with #663C51
Text Example
Text Example
White with #663C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C51; }
p { color: rgb(102,60,81); }
H1.HeaderClassName
{
color: #663C51;
}
.AnyTagClassName
{
color: #663C51;
}
</style>
background-color css
<style>
a { background-color: #663C51; }
a { background-color: rgb(102,60,81); }
div.DivClassName
{
background-color: #663C51;
}
.BgClassName
{
background-color: #663C51;
}
</style>
border-color css
<style>
span { border-color: #663C51; }
span { border-color: rgb(102,60,81); }
td.TdClassName
{
border-color: #663C51;
}
.TagClassName
{
border-color: #663C51;
}
</style>