Shades of Finn #61565B
Tints of Finn #61565B
RGB
CMYK
RGB Variations
Color information
#61565B (or 0x61565B) is known color: Finn. HEX triplet: 61, 56 and 5B. RGB value is (97,86,91). Sum of RGB (Red+Green+Blue) = 97+86+91=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #61565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61565B is #9EA9A4. Grayscale: #595959. Windows color (decimal): -10398117 or 5985889. OLE color: 5985889.
HSL color Cylindrical-coordinate representation of color #61565B: hue angle of 332.73º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61565B is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 91 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.62 |
| HSL | 332.73º | 0.06% | 0.36% | - |
| HSV(B) | 332.73º | 0.11% | 0.38% | - |
| XYZ | 10.15 | 9.95 | 11.28 | - |
| YUV | 89.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 91 | 0 | 0.11 | 0.06 | 0.62 | 332.73 | 0.06 | 0.36 |
| Hex | 61 | 56 | 5B | 0 | B | 6 | 3E | 14D | 6 | 24 |
| Octal | 141 | 126 | 133 | 0 | 13 | 6 | 76 | 515 | 6 | 44 |
| Binary | 1100001 | 1010110 | 1011011 | 0 | 1011 | 110 | 111110 | 101001101 | 110 | 100100 |
Color Harmonies of #61565B
Complementary color
Monochromatic Colors of #61565B
Black with #61565B
Text Example
Text Example
White with #61565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61565B; }
p { color: rgb(97,86,91); }
H1.HeaderClassName
{
color: #61565B;
}
.AnyTagClassName
{
color: #61565B;
}
</style>
background-color css
<style>
a { background-color: #61565B; }
a { background-color: rgb(97,86,91); }
div.DivClassName
{
background-color: #61565B;
}
.BgClassName
{
background-color: #61565B;
}
</style>
border-color css
<style>
span { border-color: #61565B; }
span { border-color: rgb(97,86,91); }
td.TdClassName
{
border-color: #61565B;
}
.TagClassName
{
border-color: #61565B;
}
</style>