Shades of Finn #65515E
Tints of Finn #65515E
RGB
CMYK
RGB Variations
Color information
#65515E (or 0x65515E) is known color: Finn. HEX triplet: 65, 51 and 5E. RGB value is (101,81,94). Sum of RGB (Red+Green+Blue) = 101+81+94=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65515E is #9AAEA1. Grayscale: #585858. Windows color (decimal): -10137250 or 6181221. OLE color: 6181221.
HSL color Cylindrical-coordinate representation of color #65515E: hue angle of 321º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65515E is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 94 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.60 |
| HSL | 321º | 0.11% | 0.36% | - |
| HSV(B) | 321º | 0.2% | 0.4% | - |
| XYZ | 10.33 | 9.46 | 11.87 | - |
| YUV | 88.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 94 | 0 | 0.20 | 0.07 | 0.60 | 321 | 0.11 | 0.36 |
| Hex | 65 | 51 | 5E | 0 | 14 | 7 | 3C | 141 | B | 24 |
| Octal | 145 | 121 | 136 | 0 | 24 | 7 | 74 | 501 | 13 | 44 |
| Binary | 1100101 | 1010001 | 1011110 | 0 | 10100 | 111 | 111100 | 101000001 | 1011 | 100100 |
Color Harmonies of #65515E
Complementary color
Monochromatic Colors of #65515E
Black with #65515E
Text Example
Text Example
White with #65515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65515E; }
p { color: rgb(101,81,94); }
H1.HeaderClassName
{
color: #65515E;
}
.AnyTagClassName
{
color: #65515E;
}
</style>
background-color css
<style>
a { background-color: #65515E; }
a { background-color: rgb(101,81,94); }
div.DivClassName
{
background-color: #65515E;
}
.BgClassName
{
background-color: #65515E;
}
</style>
border-color css
<style>
span { border-color: #65515E; }
span { border-color: rgb(101,81,94); }
td.TdClassName
{
border-color: #65515E;
}
.TagClassName
{
border-color: #65515E;
}
</style>