Shades of Finn #654259
Tints of Finn #654259
RGB
CMYK
RGB Variations
Color information
#654259 (or 0x654259) is known color: Finn. HEX triplet: 65, 42 and 59. RGB value is (101,66,89). Sum of RGB (Red+Green+Blue) = 101+66+89=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #654259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654259 is #9ABDA6. Grayscale: #4F4F4F. Windows color (decimal): -10141095 or 5849701. OLE color: 5849701.
HSL color Cylindrical-coordinate representation of color #654259: hue angle of 320.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #654259 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 89 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.60 |
| HSL | 320.57º | 0.21% | 0.33% | - |
| HSV(B) | 320.57º | 0.35% | 0.4% | - |
| XYZ | 9.12 | 7.38 | 10.4 | - |
| YUV | 79.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 89 | 0 | 0.35 | 0.12 | 0.60 | 320.57 | 0.21 | 0.33 |
| Hex | 65 | 42 | 59 | 0 | 23 | C | 3C | 141 | 15 | 21 |
| Octal | 145 | 102 | 131 | 0 | 43 | 14 | 74 | 501 | 25 | 41 |
| Binary | 1100101 | 1000010 | 1011001 | 0 | 100011 | 1100 | 111100 | 101000001 | 10101 | 100001 |
Color Harmonies of #654259
Complementary color
Monochromatic Colors of #654259
Black with #654259
Text Example
Text Example
White with #654259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654259; }
p { color: rgb(101,66,89); }
H1.HeaderClassName
{
color: #654259;
}
.AnyTagClassName
{
color: #654259;
}
</style>
background-color css
<style>
a { background-color: #654259; }
a { background-color: rgb(101,66,89); }
div.DivClassName
{
background-color: #654259;
}
.BgClassName
{
background-color: #654259;
}
</style>
border-color css
<style>
span { border-color: #654259; }
span { border-color: rgb(101,66,89); }
td.TdClassName
{
border-color: #654259;
}
.TagClassName
{
border-color: #654259;
}
</style>