Shades of Finn #663D50
Tints of Finn #663D50
RGB
CMYK
RGB Variations
Color information
#663D50 (or 0x663D50) is known color: Finn. HEX triplet: 66, 3D and 50. RGB value is (102,61,80). Sum of RGB (Red+Green+Blue) = 102+61+80=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #663D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D50 is #99C2AF. Grayscale: #4B4B4B. Windows color (decimal): -10076848 or 5258598. OLE color: 5258598.
HSL color Cylindrical-coordinate representation of color #663D50: hue angle of 332.2º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D50 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 80 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.6 |
| HSL | 332.2º | 0.25% | 0.32% | - |
| HSV(B) | 332.2º | 0.4% | 0.4% | - |
| XYZ | 8.6 | 6.74 | 8.44 | - |
| YUV | 75.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 80 | 0 | 0.40 | 0.22 | 0.6 | 332.2 | 0.25 | 0.32 |
| Hex | 66 | 3D | 50 | 0 | 28 | 16 | 3C | 14C | 19 | 20 |
| Octal | 146 | 75 | 120 | 0 | 50 | 26 | 74 | 514 | 31 | 40 |
| Binary | 1100110 | 111101 | 1010000 | 0 | 101000 | 10110 | 111100 | 101001100 | 11001 | 100000 |
Color Harmonies of #663D50
Complementary color
Monochromatic Colors of #663D50
Black with #663D50
Text Example
Text Example
White with #663D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D50; }
p { color: rgb(102,61,80); }
H1.HeaderClassName
{
color: #663D50;
}
.AnyTagClassName
{
color: #663D50;
}
</style>
background-color css
<style>
a { background-color: #663D50; }
a { background-color: rgb(102,61,80); }
div.DivClassName
{
background-color: #663D50;
}
.BgClassName
{
background-color: #663D50;
}
</style>
border-color css
<style>
span { border-color: #663D50; }
span { border-color: rgb(102,61,80); }
td.TdClassName
{
border-color: #663D50;
}
.TagClassName
{
border-color: #663D50;
}
</style>