Shades of Finn #654051
Tints of Finn #654051
RGB
CMYK
RGB Variations
Color information
#654051 (or 0x654051) is known color: Finn. HEX triplet: 65, 40 and 51. RGB value is (101,64,81). Sum of RGB (Red+Green+Blue) = 101+64+81=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #654051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654051 is #9ABFAE. Grayscale: #4C4C4C. Windows color (decimal): -10141615 or 5324901. OLE color: 5324901.
HSL color Cylindrical-coordinate representation of color #654051: hue angle of 332.43º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654051 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 81 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.60 |
| HSL | 332.43º | 0.22% | 0.32% | - |
| HSV(B) | 332.43º | 0.37% | 0.4% | - |
| XYZ | 8.69 | 7.03 | 8.68 | - |
| YUV | 77 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 81 | 0 | 0.37 | 0.20 | 0.60 | 332.43 | 0.22 | 0.32 |
| Hex | 65 | 40 | 51 | 0 | 25 | 14 | 3C | 14C | 16 | 20 |
| Octal | 145 | 100 | 121 | 0 | 45 | 24 | 74 | 514 | 26 | 40 |
| Binary | 1100101 | 1000000 | 1010001 | 0 | 100101 | 10100 | 111100 | 101001100 | 10110 | 100000 |
Color Harmonies of #654051
Complementary color
Monochromatic Colors of #654051
Black with #654051
Text Example
Text Example
White with #654051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654051; }
p { color: rgb(101,64,81); }
H1.HeaderClassName
{
color: #654051;
}
.AnyTagClassName
{
color: #654051;
}
</style>
background-color css
<style>
a { background-color: #654051; }
a { background-color: rgb(101,64,81); }
div.DivClassName
{
background-color: #654051;
}
.BgClassName
{
background-color: #654051;
}
</style>
border-color css
<style>
span { border-color: #654051; }
span { border-color: rgb(101,64,81); }
td.TdClassName
{
border-color: #654051;
}
.TagClassName
{
border-color: #654051;
}
</style>