Shades of Finn #61575C
Tints of Finn #61575C
RGB
CMYK
RGB Variations
Color information
#61575C (or 0x61575C) is known color: Finn. HEX triplet: 61, 57 and 5C. RGB value is (97,87,92). Sum of RGB (Red+Green+Blue) = 97+87+92=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #61575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61575C is #9EA8A3. Grayscale: #5A5A5A. Windows color (decimal): -10397860 or 6051681. OLE color: 6051681.
HSL color Cylindrical-coordinate representation of color #61575C: hue angle of 330º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61575C is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 87 | 92 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.62 |
| HSL | 330º | 0.05% | 0.36% | - |
| HSV(B) | 330º | 0.1% | 0.38% | - |
| XYZ | 10.27 | 10.13 | 11.54 | - |
| YUV | 90.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 92 | 0 | 0.10 | 0.05 | 0.62 | 330 | 0.05 | 0.36 |
| Hex | 61 | 57 | 5C | 0 | A | 5 | 3E | 14A | 5 | 24 |
| Octal | 141 | 127 | 134 | 0 | 12 | 5 | 76 | 512 | 5 | 44 |
| Binary | 1100001 | 1010111 | 1011100 | 0 | 1010 | 101 | 111110 | 101001010 | 101 | 100100 |
Color Harmonies of #61575C
Complementary color
Monochromatic Colors of #61575C
Black with #61575C
Text Example
Text Example
White with #61575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61575C; }
p { color: rgb(97,87,92); }
H1.HeaderClassName
{
color: #61575C;
}
.AnyTagClassName
{
color: #61575C;
}
</style>
background-color css
<style>
a { background-color: #61575C; }
a { background-color: rgb(97,87,92); }
div.DivClassName
{
background-color: #61575C;
}
.BgClassName
{
background-color: #61575C;
}
</style>
border-color css
<style>
span { border-color: #61575C; }
span { border-color: rgb(97,87,92); }
td.TdClassName
{
border-color: #61575C;
}
.TagClassName
{
border-color: #61575C;
}
</style>