Shades of Finn #663D58
Tints of Finn #663D58
RGB
CMYK
RGB Variations
Color information
#663D58 (or 0x663D58) is known color: Finn. HEX triplet: 66, 3D and 58. RGB value is (102,61,88). Sum of RGB (Red+Green+Blue) = 102+61+88=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D58 is #99C2A7. Grayscale: #4C4C4C. Windows color (decimal): -10076840 or 5782886. OLE color: 5782886.
HSL color Cylindrical-coordinate representation of color #663D58: hue angle of 320.49º 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 #663D58 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 88 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.6 |
| HSL | 320.49º | 0.25% | 0.32% | - |
| HSV(B) | 320.49º | 0.4% | 0.4% | - |
| XYZ | 8.91 | 6.87 | 10.09 | - |
| YUV | 76.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 88 | 0 | 0.40 | 0.14 | 0.6 | 320.49 | 0.25 | 0.32 |
| Hex | 66 | 3D | 58 | 0 | 28 | E | 3C | 140 | 19 | 20 |
| Octal | 146 | 75 | 130 | 0 | 50 | 16 | 74 | 500 | 31 | 40 |
| Binary | 1100110 | 111101 | 1011000 | 0 | 101000 | 1110 | 111100 | 101000000 | 11001 | 100000 |
Color Harmonies of #663D58
Complementary color
Monochromatic Colors of #663D58
Black with #663D58
Text Example
Text Example
White with #663D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D58; }
p { color: rgb(102,61,88); }
H1.HeaderClassName
{
color: #663D58;
}
.AnyTagClassName
{
color: #663D58;
}
</style>
background-color css
<style>
a { background-color: #663D58; }
a { background-color: rgb(102,61,88); }
div.DivClassName
{
background-color: #663D58;
}
.BgClassName
{
background-color: #663D58;
}
</style>
border-color css
<style>
span { border-color: #663D58; }
span { border-color: rgb(102,61,88); }
td.TdClassName
{
border-color: #663D58;
}
.TagClassName
{
border-color: #663D58;
}
</style>