Shades of Finn #663855
Tints of Finn #663855
RGB
CMYK
RGB Variations
Color information
#663855 (or 0x663855) is known color: Finn. HEX triplet: 66, 38 and 55. RGB value is (102,56,85). Sum of RGB (Red+Green+Blue) = 102+56+85=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #663855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663855 is #99C7AA. Grayscale: #484848. Windows color (decimal): -10078123 or 5584998. OLE color: 5584998.
HSL color Cylindrical-coordinate representation of color #663855: hue angle of 322.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663855 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 85 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.6 |
| HSL | 322.17º | 0.29% | 0.31% | - |
| HSV(B) | 322.17º | 0.45% | 0.4% | - |
| XYZ | 8.53 | 6.31 | 9.36 | - |
| YUV | 73.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 85 | 0 | 0.45 | 0.17 | 0.6 | 322.17 | 0.29 | 0.31 |
| Hex | 66 | 38 | 55 | 0 | 2D | 11 | 3C | 142 | 1D | 1F |
| Octal | 146 | 70 | 125 | 0 | 55 | 21 | 74 | 502 | 35 | 37 |
| Binary | 1100110 | 111000 | 1010101 | 0 | 101101 | 10001 | 111100 | 101000010 | 11101 | 11111 |
Color Harmonies of #663855
Complementary color
Monochromatic Colors of #663855
Black with #663855
Text Example
Text Example
White with #663855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663855; }
p { color: rgb(102,56,85); }
H1.HeaderClassName
{
color: #663855;
}
.AnyTagClassName
{
color: #663855;
}
</style>
background-color css
<style>
a { background-color: #663855; }
a { background-color: rgb(102,56,85); }
div.DivClassName
{
background-color: #663855;
}
.BgClassName
{
background-color: #663855;
}
</style>
border-color css
<style>
span { border-color: #663855; }
span { border-color: rgb(102,56,85); }
td.TdClassName
{
border-color: #663855;
}
.TagClassName
{
border-color: #663855;
}
</style>