Shades of Finn #663F50
Tints of Finn #663F50
RGB
CMYK
RGB Variations
Color information
#663F50 (or 0x663F50) is known color: Finn. HEX triplet: 66, 3F and 50. RGB value is (102,63,80). Sum of RGB (Red+Green+Blue) = 102+63+80=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F50 is #99C0AF. Grayscale: #4C4C4C. Windows color (decimal): -10076336 or 5259110. OLE color: 5259110.
HSL color Cylindrical-coordinate representation of color #663F50: hue angle of 333.85º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F50 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 80 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.6 |
| HSL | 333.85º | 0.24% | 0.32% | - |
| HSV(B) | 333.85º | 0.38% | 0.4% | - |
| XYZ | 8.7 | 6.96 | 8.47 | - |
| YUV | 76.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 80 | 0 | 0.38 | 0.22 | 0.6 | 333.85 | 0.24 | 0.32 |
| Hex | 66 | 3F | 50 | 0 | 26 | 16 | 3C | 14E | 18 | 20 |
| Octal | 146 | 77 | 120 | 0 | 46 | 26 | 74 | 516 | 30 | 40 |
| Binary | 1100110 | 111111 | 1010000 | 0 | 100110 | 10110 | 111100 | 101001110 | 11000 | 100000 |
Color Harmonies of #663F50
Complementary color
Monochromatic Colors of #663F50
Black with #663F50
Text Example
Text Example
White with #663F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F50; }
p { color: rgb(102,63,80); }
H1.HeaderClassName
{
color: #663F50;
}
.AnyTagClassName
{
color: #663F50;
}
</style>
background-color css
<style>
a { background-color: #663F50; }
a { background-color: rgb(102,63,80); }
div.DivClassName
{
background-color: #663F50;
}
.BgClassName
{
background-color: #663F50;
}
</style>
border-color css
<style>
span { border-color: #663F50; }
span { border-color: rgb(102,63,80); }
td.TdClassName
{
border-color: #663F50;
}
.TagClassName
{
border-color: #663F50;
}
</style>