Shades of Finn #663F59
Tints of Finn #663F59
RGB
CMYK
RGB Variations
Color information
#663F59 (or 0x663F59) is known color: Finn. HEX triplet: 66, 3F and 59. RGB value is (102,63,89). Sum of RGB (Red+Green+Blue) = 102+63+89=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F59 is #99C0A6. Grayscale: #4D4D4D. Windows color (decimal): -10076327 or 5848934. OLE color: 5848934.
HSL color Cylindrical-coordinate representation of color #663F59: hue angle of 320º 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 #663F59 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 89 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.6 |
| HSL | 320º | 0.24% | 0.32% | - |
| HSV(B) | 320º | 0.38% | 0.4% | - |
| XYZ | 9.06 | 7.1 | 10.34 | - |
| YUV | 77.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 89 | 0 | 0.38 | 0.13 | 0.6 | 320 | 0.24 | 0.32 |
| Hex | 66 | 3F | 59 | 0 | 26 | D | 3C | 140 | 18 | 20 |
| Octal | 146 | 77 | 131 | 0 | 46 | 15 | 74 | 500 | 30 | 40 |
| Binary | 1100110 | 111111 | 1011001 | 0 | 100110 | 1101 | 111100 | 101000000 | 11000 | 100000 |
Color Harmonies of #663F59
Complementary color
Monochromatic Colors of #663F59
Black with #663F59
Text Example
Text Example
White with #663F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F59; }
p { color: rgb(102,63,89); }
H1.HeaderClassName
{
color: #663F59;
}
.AnyTagClassName
{
color: #663F59;
}
</style>
background-color css
<style>
a { background-color: #663F59; }
a { background-color: rgb(102,63,89); }
div.DivClassName
{
background-color: #663F59;
}
.BgClassName
{
background-color: #663F59;
}
</style>
border-color css
<style>
span { border-color: #663F59; }
span { border-color: rgb(102,63,89); }
td.TdClassName
{
border-color: #663F59;
}
.TagClassName
{
border-color: #663F59;
}
</style>