Shades of Finn #62575D
Tints of Finn #62575D
RGB
CMYK
RGB Variations
Color information
#62575D (or 0x62575D) is known color: Finn. HEX triplet: 62, 57 and 5D. RGB value is (98,87,93). Sum of RGB (Red+Green+Blue) = 98+87+93=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #62575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62575D is #9DA8A2. Grayscale: #5A5A5A. Windows color (decimal): -10332323 or 6117218. OLE color: 6117218.
HSL color Cylindrical-coordinate representation of color #62575D: hue angle of 327.27º 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 #62575D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 93 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.62 |
| HSL | 327.27º | 0.06% | 0.36% | - |
| HSV(B) | 327.27º | 0.11% | 0.38% | - |
| XYZ | 10.42 | 10.2 | 11.78 | - |
| YUV | 90.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 93 | 0 | 0.11 | 0.05 | 0.62 | 327.27 | 0.06 | 0.36 |
| Hex | 62 | 57 | 5D | 0 | B | 5 | 3E | 147 | 6 | 24 |
| Octal | 142 | 127 | 135 | 0 | 13 | 5 | 76 | 507 | 6 | 44 |
| Binary | 1100010 | 1010111 | 1011101 | 0 | 1011 | 101 | 111110 | 101000111 | 110 | 100100 |
Color Harmonies of #62575D
Complementary color
Monochromatic Colors of #62575D
Black with #62575D
Text Example
Text Example
White with #62575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62575D; }
p { color: rgb(98,87,93); }
H1.HeaderClassName
{
color: #62575D;
}
.AnyTagClassName
{
color: #62575D;
}
</style>
background-color css
<style>
a { background-color: #62575D; }
a { background-color: rgb(98,87,93); }
div.DivClassName
{
background-color: #62575D;
}
.BgClassName
{
background-color: #62575D;
}
</style>
border-color css
<style>
span { border-color: #62575D; }
span { border-color: rgb(98,87,93); }
td.TdClassName
{
border-color: #62575D;
}
.TagClassName
{
border-color: #62575D;
}
</style>