Shades of Finn #654955
Tints of Finn #654955
RGB
CMYK
RGB Variations
Color information
#654955 (or 0x654955) is known color: Finn. HEX triplet: 65, 49 and 55. RGB value is (101,73,85). Sum of RGB (Red+Green+Blue) = 101+73+85=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #654955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654955 is #9AB6AA. Grayscale: #525252. Windows color (decimal): -10139307 or 5589349. OLE color: 5589349.
HSL color Cylindrical-coordinate representation of color #654955: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #654955 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 85 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.60 |
| HSL | 334.29º | 0.16% | 0.34% | - |
| HSV(B) | 334.29º | 0.28% | 0.4% | - |
| XYZ | 9.39 | 8.19 | 9.68 | - |
| YUV | 82.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 85 | 0 | 0.28 | 0.16 | 0.60 | 334.29 | 0.16 | 0.34 |
| Hex | 65 | 49 | 55 | 0 | 1C | 10 | 3C | 14E | 10 | 22 |
| Octal | 145 | 111 | 125 | 0 | 34 | 20 | 74 | 516 | 20 | 42 |
| Binary | 1100101 | 1001001 | 1010101 | 0 | 11100 | 10000 | 111100 | 101001110 | 10000 | 100010 |
Color Harmonies of #654955
Complementary color
Monochromatic Colors of #654955
Black with #654955
Text Example
Text Example
White with #654955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654955; }
p { color: rgb(101,73,85); }
H1.HeaderClassName
{
color: #654955;
}
.AnyTagClassName
{
color: #654955;
}
</style>
background-color css
<style>
a { background-color: #654955; }
a { background-color: rgb(101,73,85); }
div.DivClassName
{
background-color: #654955;
}
.BgClassName
{
background-color: #654955;
}
</style>
border-color css
<style>
span { border-color: #654955; }
span { border-color: rgb(101,73,85); }
td.TdClassName
{
border-color: #654955;
}
.TagClassName
{
border-color: #654955;
}
</style>