Shades of Finn #62545C
Tints of Finn #62545C
RGB
CMYK
RGB Variations
Color information
#62545C (or 0x62545C) is known color: Finn. HEX triplet: 62, 54 and 5C. RGB value is (98,84,92). Sum of RGB (Red+Green+Blue) = 98+84+92=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62545C is #9DABA3. Grayscale: #595959. Windows color (decimal): -10333092 or 6050914. OLE color: 6050914.
HSL color Cylindrical-coordinate representation of color #62545C: hue angle of 325.71º 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 #62545C is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 84 | 92 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.62 |
| HSL | 325.71º | 0.08% | 0.36% | - |
| HSV(B) | 325.71º | 0.14% | 0.38% | - |
| XYZ | 10.14 | 9.71 | 11.47 | - |
| YUV | 89.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 92 | 0 | 0.14 | 0.06 | 0.62 | 325.71 | 0.08 | 0.36 |
| Hex | 62 | 54 | 5C | 0 | E | 6 | 3E | 146 | 8 | 24 |
| Octal | 142 | 124 | 134 | 0 | 16 | 6 | 76 | 506 | 10 | 44 |
| Binary | 1100010 | 1010100 | 1011100 | 0 | 1110 | 110 | 111110 | 101000110 | 1000 | 100100 |
Color Harmonies of #62545C
Complementary color
Monochromatic Colors of #62545C
Black with #62545C
Text Example
Text Example
White with #62545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62545C; }
p { color: rgb(98,84,92); }
H1.HeaderClassName
{
color: #62545C;
}
.AnyTagClassName
{
color: #62545C;
}
</style>
background-color css
<style>
a { background-color: #62545C; }
a { background-color: rgb(98,84,92); }
div.DivClassName
{
background-color: #62545C;
}
.BgClassName
{
background-color: #62545C;
}
</style>
border-color css
<style>
span { border-color: #62545C; }
span { border-color: rgb(98,84,92); }
td.TdClassName
{
border-color: #62545C;
}
.TagClassName
{
border-color: #62545C;
}
</style>