Shades of Finn #663B52
Tints of Finn #663B52
RGB
CMYK
RGB Variations
Color information
#663B52 (or 0x663B52) is known color: Finn. HEX triplet: 66, 3B and 52. RGB value is (102,59,82). Sum of RGB (Red+Green+Blue) = 102+59+82=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #663B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B52 is #99C4AD. Grayscale: #4A4A4A. Windows color (decimal): -10077358 or 5389158. OLE color: 5389158.
HSL color Cylindrical-coordinate representation of color #663B52: hue angle of 327.91º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B52 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 82 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.6 |
| HSL | 327.91º | 0.27% | 0.32% | - |
| HSV(B) | 327.91º | 0.42% | 0.4% | - |
| XYZ | 8.57 | 6.56 | 8.8 | - |
| YUV | 74.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 82 | 0 | 0.42 | 0.20 | 0.6 | 327.91 | 0.27 | 0.32 |
| Hex | 66 | 3B | 52 | 0 | 2A | 14 | 3C | 148 | 1B | 20 |
| Octal | 146 | 73 | 122 | 0 | 52 | 24 | 74 | 510 | 33 | 40 |
| Binary | 1100110 | 111011 | 1010010 | 0 | 101010 | 10100 | 111100 | 101001000 | 11011 | 100000 |
Color Harmonies of #663B52
Complementary color
Monochromatic Colors of #663B52
Black with #663B52
Text Example
Text Example
White with #663B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B52; }
p { color: rgb(102,59,82); }
H1.HeaderClassName
{
color: #663B52;
}
.AnyTagClassName
{
color: #663B52;
}
</style>
background-color css
<style>
a { background-color: #663B52; }
a { background-color: rgb(102,59,82); }
div.DivClassName
{
background-color: #663B52;
}
.BgClassName
{
background-color: #663B52;
}
</style>
border-color css
<style>
span { border-color: #663B52; }
span { border-color: rgb(102,59,82); }
td.TdClassName
{
border-color: #663B52;
}
.TagClassName
{
border-color: #663B52;
}
</style>