Shades of Finn #62565C
Tints of Finn #62565C
RGB
CMYK
RGB Variations
Color information
#62565C (or 0x62565C) is known color: Finn. HEX triplet: 62, 56 and 5C. RGB value is (98,86,92). Sum of RGB (Red+Green+Blue) = 98+86+92=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #62565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62565C is #9DA9A3. Grayscale: #5A5A5A. Windows color (decimal): -10332580 or 6051426. OLE color: 6051426.
HSL color Cylindrical-coordinate representation of color #62565C: hue angle of 330º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62565C is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 86 | 92 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.62 |
| HSL | 330º | 0.07% | 0.36% | - |
| HSV(B) | 330º | 0.12% | 0.38% | - |
| XYZ | 10.3 | 10.02 | 11.52 | - |
| YUV | 90.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 92 | 0 | 0.12 | 0.06 | 0.62 | 330 | 0.07 | 0.36 |
| Hex | 62 | 56 | 5C | 0 | C | 6 | 3E | 14A | 7 | 24 |
| Octal | 142 | 126 | 134 | 0 | 14 | 6 | 76 | 512 | 7 | 44 |
| Binary | 1100010 | 1010110 | 1011100 | 0 | 1100 | 110 | 111110 | 101001010 | 111 | 100100 |
Color Harmonies of #62565C
Complementary color
Monochromatic Colors of #62565C
Black with #62565C
Text Example
Text Example
White with #62565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62565C; }
p { color: rgb(98,86,92); }
H1.HeaderClassName
{
color: #62565C;
}
.AnyTagClassName
{
color: #62565C;
}
</style>
background-color css
<style>
a { background-color: #62565C; }
a { background-color: rgb(98,86,92); }
div.DivClassName
{
background-color: #62565C;
}
.BgClassName
{
background-color: #62565C;
}
</style>
border-color css
<style>
span { border-color: #62565C; }
span { border-color: rgb(98,86,92); }
td.TdClassName
{
border-color: #62565C;
}
.TagClassName
{
border-color: #62565C;
}
</style>