Shades of Finn #663D55
Tints of Finn #663D55
RGB
CMYK
RGB Variations
Color information
#663D55 (or 0x663D55) is known color: Finn. HEX triplet: 66, 3D and 55. RGB value is (102,61,85). Sum of RGB (Red+Green+Blue) = 102+61+85=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #663D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D55 is #99C2AA. Grayscale: #4B4B4B. Windows color (decimal): -10076843 or 5586278. OLE color: 5586278.
HSL color Cylindrical-coordinate representation of color #663D55: hue angle of 324.88º 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 #663D55 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 85 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.6 |
| HSL | 324.88º | 0.25% | 0.32% | - |
| HSV(B) | 324.88º | 0.4% | 0.4% | - |
| XYZ | 8.79 | 6.82 | 9.45 | - |
| YUV | 76 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 85 | 0 | 0.40 | 0.17 | 0.6 | 324.88 | 0.25 | 0.32 |
| Hex | 66 | 3D | 55 | 0 | 28 | 11 | 3C | 145 | 19 | 20 |
| Octal | 146 | 75 | 125 | 0 | 50 | 21 | 74 | 505 | 31 | 40 |
| Binary | 1100110 | 111101 | 1010101 | 0 | 101000 | 10001 | 111100 | 101000101 | 11001 | 100000 |
Color Harmonies of #663D55
Complementary color
Monochromatic Colors of #663D55
Black with #663D55
Text Example
Text Example
White with #663D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D55; }
p { color: rgb(102,61,85); }
H1.HeaderClassName
{
color: #663D55;
}
.AnyTagClassName
{
color: #663D55;
}
</style>
background-color css
<style>
a { background-color: #663D55; }
a { background-color: rgb(102,61,85); }
div.DivClassName
{
background-color: #663D55;
}
.BgClassName
{
background-color: #663D55;
}
</style>
border-color css
<style>
span { border-color: #663D55; }
span { border-color: rgb(102,61,85); }
td.TdClassName
{
border-color: #663D55;
}
.TagClassName
{
border-color: #663D55;
}
</style>