Shades of Finn #663D57
Tints of Finn #663D57
RGB
CMYK
RGB Variations
Color information
#663D57 (or 0x663D57) is known color: Finn. HEX triplet: 66, 3D and 57. RGB value is (102,61,87). Sum of RGB (Red+Green+Blue) = 102+61+87=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #663D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D57 is #99C2A8. Grayscale: #4C4C4C. Windows color (decimal): -10076841 or 5717350. OLE color: 5717350.
HSL color Cylindrical-coordinate representation of color #663D57: hue angle of 321.95º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D57 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 87 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.6 |
| HSL | 321.95º | 0.25% | 0.32% | - |
| HSV(B) | 321.95º | 0.4% | 0.4% | - |
| XYZ | 8.87 | 6.85 | 9.87 | - |
| YUV | 76.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 87 | 0 | 0.40 | 0.15 | 0.6 | 321.95 | 0.25 | 0.32 |
| Hex | 66 | 3D | 57 | 0 | 28 | F | 3C | 142 | 19 | 20 |
| Octal | 146 | 75 | 127 | 0 | 50 | 17 | 74 | 502 | 31 | 40 |
| Binary | 1100110 | 111101 | 1010111 | 0 | 101000 | 1111 | 111100 | 101000010 | 11001 | 100000 |
Color Harmonies of #663D57
Complementary color
Monochromatic Colors of #663D57
Black with #663D57
Text Example
Text Example
White with #663D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D57; }
p { color: rgb(102,61,87); }
H1.HeaderClassName
{
color: #663D57;
}
.AnyTagClassName
{
color: #663D57;
}
</style>
background-color css
<style>
a { background-color: #663D57; }
a { background-color: rgb(102,61,87); }
div.DivClassName
{
background-color: #663D57;
}
.BgClassName
{
background-color: #663D57;
}
</style>
border-color css
<style>
span { border-color: #663D57; }
span { border-color: rgb(102,61,87); }
td.TdClassName
{
border-color: #663D57;
}
.TagClassName
{
border-color: #663D57;
}
</style>