Shades of Finn #62545A
Tints of Finn #62545A
RGB
CMYK
RGB Variations
Color information
#62545A (or 0x62545A) is known color: Finn. HEX triplet: 62, 54 and 5A. RGB value is (98,84,90). Sum of RGB (Red+Green+Blue) = 98+84+90=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #62545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62545A is #9DABA5. Grayscale: #585858. Windows color (decimal): -10333094 or 5919842. OLE color: 5919842.
HSL color Cylindrical-coordinate representation of color #62545A: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #62545A is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 84 | 90 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.62 |
| HSL | 334.29º | 0.08% | 0.36% | - |
| HSV(B) | 334.29º | 0.14% | 0.38% | - |
| XYZ | 10.05 | 9.68 | 11.01 | - |
| YUV | 88.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 90 | 0 | 0.14 | 0.08 | 0.62 | 334.29 | 0.08 | 0.36 |
| Hex | 62 | 54 | 5A | 0 | E | 8 | 3E | 14E | 8 | 24 |
| Octal | 142 | 124 | 132 | 0 | 16 | 10 | 76 | 516 | 10 | 44 |
| Binary | 1100010 | 1010100 | 1011010 | 0 | 1110 | 1000 | 111110 | 101001110 | 1000 | 100100 |
Color Harmonies of #62545A
Complementary color
Monochromatic Colors of #62545A
Black with #62545A
Text Example
Text Example
White with #62545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62545A; }
p { color: rgb(98,84,90); }
H1.HeaderClassName
{
color: #62545A;
}
.AnyTagClassName
{
color: #62545A;
}
</style>
background-color css
<style>
a { background-color: #62545A; }
a { background-color: rgb(98,84,90); }
div.DivClassName
{
background-color: #62545A;
}
.BgClassName
{
background-color: #62545A;
}
</style>
border-color css
<style>
span { border-color: #62545A; }
span { border-color: rgb(98,84,90); }
td.TdClassName
{
border-color: #62545A;
}
.TagClassName
{
border-color: #62545A;
}
</style>