Shades of Finn #65495A
Tints of Finn #65495A
RGB
CMYK
RGB Variations
Color information
#65495A (or 0x65495A) is known color: Finn. HEX triplet: 65, 49 and 5A. RGB value is (101,73,90). Sum of RGB (Red+Green+Blue) = 101+73+90=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #65495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65495A is #9AB6A5. Grayscale: #535353. Windows color (decimal): -10139302 or 5917029. OLE color: 5917029.
HSL color Cylindrical-coordinate representation of color #65495A: hue angle of 323.57º 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 #65495A is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 90 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.60 |
| HSL | 323.57º | 0.16% | 0.34% | - |
| HSV(B) | 323.57º | 0.28% | 0.4% | - |
| XYZ | 9.59 | 8.27 | 10.76 | - |
| YUV | 83.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 90 | 0 | 0.28 | 0.11 | 0.60 | 323.57 | 0.16 | 0.34 |
| Hex | 65 | 49 | 5A | 0 | 1C | B | 3C | 144 | 10 | 22 |
| Octal | 145 | 111 | 132 | 0 | 34 | 13 | 74 | 504 | 20 | 42 |
| Binary | 1100101 | 1001001 | 1011010 | 0 | 11100 | 1011 | 111100 | 101000100 | 10000 | 100010 |
Color Harmonies of #65495A
Complementary color
Monochromatic Colors of #65495A
Black with #65495A
Text Example
Text Example
White with #65495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65495A; }
p { color: rgb(101,73,90); }
H1.HeaderClassName
{
color: #65495A;
}
.AnyTagClassName
{
color: #65495A;
}
</style>
background-color css
<style>
a { background-color: #65495A; }
a { background-color: rgb(101,73,90); }
div.DivClassName
{
background-color: #65495A;
}
.BgClassName
{
background-color: #65495A;
}
</style>
border-color css
<style>
span { border-color: #65495A; }
span { border-color: rgb(101,73,90); }
td.TdClassName
{
border-color: #65495A;
}
.TagClassName
{
border-color: #65495A;
}
</style>