Shades of Finn #663C50
Tints of Finn #663C50
RGB
CMYK
RGB Variations
Color information
#663C50 (or 0x663C50) is known color: Finn. HEX triplet: 66, 3C and 50. RGB value is (102,60,80). Sum of RGB (Red+Green+Blue) = 102+60+80=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C50 is #99C3AF. Grayscale: #4A4A4A. Windows color (decimal): -10077104 or 5258342. OLE color: 5258342.
HSL color Cylindrical-coordinate representation of color #663C50: hue angle of 331.43º 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 #663C50 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 80 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.6 |
| HSL | 331.43º | 0.26% | 0.32% | - |
| HSV(B) | 331.43º | 0.41% | 0.4% | - |
| XYZ | 8.54 | 6.64 | 8.42 | - |
| YUV | 74.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 80 | 0 | 0.41 | 0.22 | 0.6 | 331.43 | 0.26 | 0.32 |
| Hex | 66 | 3C | 50 | 0 | 29 | 16 | 3C | 14B | 1A | 20 |
| Octal | 146 | 74 | 120 | 0 | 51 | 26 | 74 | 513 | 32 | 40 |
| Binary | 1100110 | 111100 | 1010000 | 0 | 101001 | 10110 | 111100 | 101001011 | 11010 | 100000 |
Color Harmonies of #663C50
Complementary color
Monochromatic Colors of #663C50
Black with #663C50
Text Example
Text Example
White with #663C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C50; }
p { color: rgb(102,60,80); }
H1.HeaderClassName
{
color: #663C50;
}
.AnyTagClassName
{
color: #663C50;
}
</style>
background-color css
<style>
a { background-color: #663C50; }
a { background-color: rgb(102,60,80); }
div.DivClassName
{
background-color: #663C50;
}
.BgClassName
{
background-color: #663C50;
}
</style>
border-color css
<style>
span { border-color: #663C50; }
span { border-color: rgb(102,60,80); }
td.TdClassName
{
border-color: #663C50;
}
.TagClassName
{
border-color: #663C50;
}
</style>