Shades of Finn #65565F
Tints of Finn #65565F
RGB
CMYK
RGB Variations
Color information
#65565F (or 0x65565F) is known color: Finn. HEX triplet: 65, 56 and 5F. RGB value is (101,86,95). Sum of RGB (Red+Green+Blue) = 101+86+95=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #65565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65565F is #9AA9A0. Grayscale: #5B5B5B. Windows color (decimal): -10135969 or 6248037. OLE color: 6248037.
HSL color Cylindrical-coordinate representation of color #65565F: hue angle of 324º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #65565F is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 95 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.60 |
| HSL | 324º | 0.08% | 0.37% | - |
| HSV(B) | 324º | 0.15% | 0.4% | - |
| XYZ | 10.76 | 10.25 | 12.24 | - |
| YUV | 91.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 95 | 0 | 0.15 | 0.06 | 0.60 | 324 | 0.08 | 0.37 |
| Hex | 65 | 56 | 5F | 0 | F | 6 | 3C | 144 | 8 | 25 |
| Octal | 145 | 126 | 137 | 0 | 17 | 6 | 74 | 504 | 10 | 45 |
| Binary | 1100101 | 1010110 | 1011111 | 0 | 1111 | 110 | 111100 | 101000100 | 1000 | 100101 |
Color Harmonies of #65565F
Complementary color
Monochromatic Colors of #65565F
Black with #65565F
Text Example
Text Example
White with #65565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65565F; }
p { color: rgb(101,86,95); }
H1.HeaderClassName
{
color: #65565F;
}
.AnyTagClassName
{
color: #65565F;
}
</style>
background-color css
<style>
a { background-color: #65565F; }
a { background-color: rgb(101,86,95); }
div.DivClassName
{
background-color: #65565F;
}
.BgClassName
{
background-color: #65565F;
}
</style>
border-color css
<style>
span { border-color: #65565F; }
span { border-color: rgb(101,86,95); }
td.TdClassName
{
border-color: #65565F;
}
.TagClassName
{
border-color: #65565F;
}
</style>