Shades of Finn #663C57
Tints of Finn #663C57
RGB
CMYK
RGB Variations
Color information
#663C57 (or 0x663C57) is known color: Finn. HEX triplet: 66, 3C and 57. RGB value is (102,60,87). Sum of RGB (Red+Green+Blue) = 102+60+87=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #663C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C57 is #99C3A8. Grayscale: #4B4B4B. Windows color (decimal): -10077097 or 5717094. OLE color: 5717094.
HSL color Cylindrical-coordinate representation of color #663C57: hue angle of 321.43º 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 #663C57 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 87 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.6 |
| HSL | 321.43º | 0.26% | 0.32% | - |
| HSV(B) | 321.43º | 0.41% | 0.4% | - |
| XYZ | 8.82 | 6.74 | 9.85 | - |
| YUV | 75.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 87 | 0 | 0.41 | 0.15 | 0.6 | 321.43 | 0.26 | 0.32 |
| Hex | 66 | 3C | 57 | 0 | 29 | F | 3C | 141 | 1A | 20 |
| Octal | 146 | 74 | 127 | 0 | 51 | 17 | 74 | 501 | 32 | 40 |
| Binary | 1100110 | 111100 | 1010111 | 0 | 101001 | 1111 | 111100 | 101000001 | 11010 | 100000 |
Color Harmonies of #663C57
Complementary color
Monochromatic Colors of #663C57
Black with #663C57
Text Example
Text Example
White with #663C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C57; }
p { color: rgb(102,60,87); }
H1.HeaderClassName
{
color: #663C57;
}
.AnyTagClassName
{
color: #663C57;
}
</style>
background-color css
<style>
a { background-color: #663C57; }
a { background-color: rgb(102,60,87); }
div.DivClassName
{
background-color: #663C57;
}
.BgClassName
{
background-color: #663C57;
}
</style>
border-color css
<style>
span { border-color: #663C57; }
span { border-color: rgb(102,60,87); }
td.TdClassName
{
border-color: #663C57;
}
.TagClassName
{
border-color: #663C57;
}
</style>