Shades of Finn #65555E
Tints of Finn #65555E
RGB
CMYK
RGB Variations
Color information
#65555E (or 0x65555E) is known color: Finn. HEX triplet: 65, 55 and 5E. RGB value is (101,85,94). Sum of RGB (Red+Green+Blue) = 101+85+94=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #65555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65555E is #9AAAA1. Grayscale: #5A5A5A. Windows color (decimal): -10136226 or 6182245. OLE color: 6182245.
HSL color Cylindrical-coordinate representation of color #65555E: hue angle of 326.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #65555E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 94 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.60 |
| HSL | 326.25º | 0.09% | 0.36% | - |
| HSV(B) | 326.25º | 0.16% | 0.4% | - |
| XYZ | 10.64 | 10.07 | 11.97 | - |
| YUV | 90.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 94 | 0 | 0.16 | 0.07 | 0.60 | 326.25 | 0.09 | 0.36 |
| Hex | 65 | 55 | 5E | 0 | 10 | 7 | 3C | 146 | 9 | 24 |
| Octal | 145 | 125 | 136 | 0 | 20 | 7 | 74 | 506 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1011110 | 0 | 10000 | 111 | 111100 | 101000110 | 1001 | 100100 |
Color Harmonies of #65555E
Complementary color
Monochromatic Colors of #65555E
Black with #65555E
Text Example
Text Example
White with #65555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65555E; }
p { color: rgb(101,85,94); }
H1.HeaderClassName
{
color: #65555E;
}
.AnyTagClassName
{
color: #65555E;
}
</style>
background-color css
<style>
a { background-color: #65555E; }
a { background-color: rgb(101,85,94); }
div.DivClassName
{
background-color: #65555E;
}
.BgClassName
{
background-color: #65555E;
}
</style>
border-color css
<style>
span { border-color: #65555E; }
span { border-color: rgb(101,85,94); }
td.TdClassName
{
border-color: #65555E;
}
.TagClassName
{
border-color: #65555E;
}
</style>