Shades of Finn #663C52
Tints of Finn #663C52
RGB
CMYK
RGB Variations
Color information
#663C52 (or 0x663C52) is known color: Finn. HEX triplet: 66, 3C and 52. RGB value is (102,60,82). Sum of RGB (Red+Green+Blue) = 102+60+82=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #663C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C52 is #99C3AD. Grayscale: #4B4B4B. Windows color (decimal): -10077102 or 5389414. OLE color: 5389414.
HSL color Cylindrical-coordinate representation of color #663C52: hue angle of 328.57º 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 #663C52 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 82 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.6 |
| HSL | 328.57º | 0.26% | 0.32% | - |
| HSV(B) | 328.57º | 0.41% | 0.4% | - |
| XYZ | 8.62 | 6.67 | 8.82 | - |
| YUV | 75.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 82 | 0 | 0.41 | 0.20 | 0.6 | 328.57 | 0.26 | 0.32 |
| Hex | 66 | 3C | 52 | 0 | 29 | 14 | 3C | 149 | 1A | 20 |
| Octal | 146 | 74 | 122 | 0 | 51 | 24 | 74 | 511 | 32 | 40 |
| Binary | 1100110 | 111100 | 1010010 | 0 | 101001 | 10100 | 111100 | 101001001 | 11010 | 100000 |
Color Harmonies of #663C52
Complementary color
Monochromatic Colors of #663C52
Black with #663C52
Text Example
Text Example
White with #663C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C52; }
p { color: rgb(102,60,82); }
H1.HeaderClassName
{
color: #663C52;
}
.AnyTagClassName
{
color: #663C52;
}
</style>
background-color css
<style>
a { background-color: #663C52; }
a { background-color: rgb(102,60,82); }
div.DivClassName
{
background-color: #663C52;
}
.BgClassName
{
background-color: #663C52;
}
</style>
border-color css
<style>
span { border-color: #663C52; }
span { border-color: rgb(102,60,82); }
td.TdClassName
{
border-color: #663C52;
}
.TagClassName
{
border-color: #663C52;
}
</style>