Shades of Finn #65545E
Tints of Finn #65545E
RGB
CMYK
RGB Variations
Color information
#65545E (or 0x65545E) is known color: Finn. HEX triplet: 65, 54 and 5E. RGB value is (101,84,94). Sum of RGB (Red+Green+Blue) = 101+84+94=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #65545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65545E is #9AABA1. Grayscale: #5A5A5A. Windows color (decimal): -10136482 or 6181989. OLE color: 6181989.
HSL color Cylindrical-coordinate representation of color #65545E: hue angle of 324.71º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65545E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 94 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.60 |
| HSL | 324.71º | 0.09% | 0.36% | - |
| HSV(B) | 324.71º | 0.17% | 0.4% | - |
| XYZ | 10.56 | 9.92 | 11.95 | - |
| YUV | 90.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 94 | 0 | 0.17 | 0.07 | 0.60 | 324.71 | 0.09 | 0.36 |
| Hex | 65 | 54 | 5E | 0 | 11 | 7 | 3C | 145 | 9 | 24 |
| Octal | 145 | 124 | 136 | 0 | 21 | 7 | 74 | 505 | 11 | 44 |
| Binary | 1100101 | 1010100 | 1011110 | 0 | 10001 | 111 | 111100 | 101000101 | 1001 | 100100 |
Color Harmonies of #65545E
Complementary color
Monochromatic Colors of #65545E
Black with #65545E
Text Example
Text Example
White with #65545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65545E; }
p { color: rgb(101,84,94); }
H1.HeaderClassName
{
color: #65545E;
}
.AnyTagClassName
{
color: #65545E;
}
</style>
background-color css
<style>
a { background-color: #65545E; }
a { background-color: rgb(101,84,94); }
div.DivClassName
{
background-color: #65545E;
}
.BgClassName
{
background-color: #65545E;
}
</style>
border-color css
<style>
span { border-color: #65545E; }
span { border-color: rgb(101,84,94); }
td.TdClassName
{
border-color: #65545E;
}
.TagClassName
{
border-color: #65545E;
}
</style>