Shades of Finn #654859
Tints of Finn #654859
RGB
CMYK
RGB Variations
Color information
#654859 (or 0x654859) is known color: Finn. HEX triplet: 65, 48 and 59. RGB value is (101,72,89). Sum of RGB (Red+Green+Blue) = 101+72+89=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #654859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654859 is #9AB7A6. Grayscale: #525252. Windows color (decimal): -10139559 or 5851237. OLE color: 5851237.
HSL color Cylindrical-coordinate representation of color #654859: hue angle of 324.83º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654859 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 72 | 89 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.60 |
| HSL | 324.83º | 0.17% | 0.34% | - |
| HSV(B) | 324.83º | 0.29% | 0.4% | - |
| XYZ | 9.49 | 8.12 | 10.52 | - |
| YUV | 82.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 89 | 0 | 0.29 | 0.12 | 0.60 | 324.83 | 0.17 | 0.34 |
| Hex | 65 | 48 | 59 | 0 | 1D | C | 3C | 145 | 11 | 22 |
| Octal | 145 | 110 | 131 | 0 | 35 | 14 | 74 | 505 | 21 | 42 |
| Binary | 1100101 | 1001000 | 1011001 | 0 | 11101 | 1100 | 111100 | 101000101 | 10001 | 100010 |
Color Harmonies of #654859
Complementary color
Monochromatic Colors of #654859
Black with #654859
Text Example
Text Example
White with #654859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654859; }
p { color: rgb(101,72,89); }
H1.HeaderClassName
{
color: #654859;
}
.AnyTagClassName
{
color: #654859;
}
</style>
background-color css
<style>
a { background-color: #654859; }
a { background-color: rgb(101,72,89); }
div.DivClassName
{
background-color: #654859;
}
.BgClassName
{
background-color: #654859;
}
</style>
border-color css
<style>
span { border-color: #654859; }
span { border-color: rgb(101,72,89); }
td.TdClassName
{
border-color: #654859;
}
.TagClassName
{
border-color: #654859;
}
</style>