Shades of Finn #65505B
Tints of Finn #65505B
RGB
CMYK
RGB Variations
Color information
#65505B (or 0x65505B) is known color: Finn. HEX triplet: 65, 50 and 5B. RGB value is (101,80,91). Sum of RGB (Red+Green+Blue) = 101+80+91=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #65505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65505B is #9AAFA4. Grayscale: #575757. Windows color (decimal): -10137509 or 5984357. OLE color: 5984357.
HSL color Cylindrical-coordinate representation of color #65505B: hue angle of 328.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65505B is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 91 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.60 |
| HSL | 328.57º | 0.12% | 0.35% | - |
| HSV(B) | 328.57º | 0.21% | 0.4% | - |
| XYZ | 10.12 | 9.26 | 11.15 | - |
| YUV | 87.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 91 | 0 | 0.21 | 0.10 | 0.60 | 328.57 | 0.12 | 0.35 |
| Hex | 65 | 50 | 5B | 0 | 15 | A | 3C | 149 | C | 23 |
| Octal | 145 | 120 | 133 | 0 | 25 | 12 | 74 | 511 | 14 | 43 |
| Binary | 1100101 | 1010000 | 1011011 | 0 | 10101 | 1010 | 111100 | 101001001 | 1100 | 100011 |
Color Harmonies of #65505B
Complementary color
Monochromatic Colors of #65505B
Black with #65505B
Text Example
Text Example
White with #65505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65505B; }
p { color: rgb(101,80,91); }
H1.HeaderClassName
{
color: #65505B;
}
.AnyTagClassName
{
color: #65505B;
}
</style>
background-color css
<style>
a { background-color: #65505B; }
a { background-color: rgb(101,80,91); }
div.DivClassName
{
background-color: #65505B;
}
.BgClassName
{
background-color: #65505B;
}
</style>
border-color css
<style>
span { border-color: #65505B; }
span { border-color: rgb(101,80,91); }
td.TdClassName
{
border-color: #65505B;
}
.TagClassName
{
border-color: #65505B;
}
</style>