Shades of Finn #65495B
Tints of Finn #65495B
RGB
CMYK
RGB Variations
Color information
#65495B (or 0x65495B) is known color: Finn. HEX triplet: 65, 49 and 5B. RGB value is (101,73,91). Sum of RGB (Red+Green+Blue) = 101+73+91=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #65495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65495B is #9AB6A4. Grayscale: #535353. Windows color (decimal): -10139301 or 5982565. OLE color: 5982565.
HSL color Cylindrical-coordinate representation of color #65495B: hue angle of 321.43º 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 #65495B is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 91 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.60 |
| HSL | 321.43º | 0.16% | 0.34% | - |
| HSV(B) | 321.43º | 0.28% | 0.4% | - |
| XYZ | 9.64 | 8.29 | 10.99 | - |
| YUV | 83.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 91 | 0 | 0.28 | 0.10 | 0.60 | 321.43 | 0.16 | 0.34 |
| Hex | 65 | 49 | 5B | 0 | 1C | A | 3C | 141 | 10 | 22 |
| Octal | 145 | 111 | 133 | 0 | 34 | 12 | 74 | 501 | 20 | 42 |
| Binary | 1100101 | 1001001 | 1011011 | 0 | 11100 | 1010 | 111100 | 101000001 | 10000 | 100010 |
Color Harmonies of #65495B
Complementary color
Monochromatic Colors of #65495B
Black with #65495B
Text Example
Text Example
White with #65495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65495B; }
p { color: rgb(101,73,91); }
H1.HeaderClassName
{
color: #65495B;
}
.AnyTagClassName
{
color: #65495B;
}
</style>
background-color css
<style>
a { background-color: #65495B; }
a { background-color: rgb(101,73,91); }
div.DivClassName
{
background-color: #65495B;
}
.BgClassName
{
background-color: #65495B;
}
</style>
border-color css
<style>
span { border-color: #65495B; }
span { border-color: rgb(101,73,91); }
td.TdClassName
{
border-color: #65495B;
}
.TagClassName
{
border-color: #65495B;
}
</style>