Shades of Finn #663F52
Tints of Finn #663F52
RGB
CMYK
RGB Variations
Color information
#663F52 (or 0x663F52) is known color: Finn. HEX triplet: 66, 3F and 52. RGB value is (102,63,82). Sum of RGB (Red+Green+Blue) = 102+63+82=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F52 is #99C0AD. Grayscale: #4C4C4C. Windows color (decimal): -10076334 or 5390182. OLE color: 5390182.
HSL color Cylindrical-coordinate representation of color #663F52: hue angle of 330.77º 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 #663F52 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 82 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.6 |
| HSL | 330.77º | 0.24% | 0.32% | - |
| HSV(B) | 330.77º | 0.38% | 0.4% | - |
| XYZ | 8.78 | 6.99 | 8.87 | - |
| YUV | 76.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 82 | 0 | 0.38 | 0.20 | 0.6 | 330.77 | 0.24 | 0.32 |
| Hex | 66 | 3F | 52 | 0 | 26 | 14 | 3C | 14B | 18 | 20 |
| Octal | 146 | 77 | 122 | 0 | 46 | 24 | 74 | 513 | 30 | 40 |
| Binary | 1100110 | 111111 | 1010010 | 0 | 100110 | 10100 | 111100 | 101001011 | 11000 | 100000 |
Color Harmonies of #663F52
Complementary color
Monochromatic Colors of #663F52
Black with #663F52
Text Example
Text Example
White with #663F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F52; }
p { color: rgb(102,63,82); }
H1.HeaderClassName
{
color: #663F52;
}
.AnyTagClassName
{
color: #663F52;
}
</style>
background-color css
<style>
a { background-color: #663F52; }
a { background-color: rgb(102,63,82); }
div.DivClassName
{
background-color: #663F52;
}
.BgClassName
{
background-color: #663F52;
}
</style>
border-color css
<style>
span { border-color: #663F52; }
span { border-color: rgb(102,63,82); }
td.TdClassName
{
border-color: #663F52;
}
.TagClassName
{
border-color: #663F52;
}
</style>