Shades of Finn #62555A
Tints of Finn #62555A
RGB
CMYK
RGB Variations
Color information
#62555A (or 0x62555A) is known color: Finn. HEX triplet: 62, 55 and 5A. RGB value is (98,85,90). Sum of RGB (Red+Green+Blue) = 98+85+90=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62555A is #9DAAA5. Grayscale: #595959. Windows color (decimal): -10332838 or 5920098. OLE color: 5920098.
HSL color Cylindrical-coordinate representation of color #62555A: hue angle of 336.92º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #62555A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 85 | 90 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.62 |
| HSL | 336.92º | 0.07% | 0.36% | - |
| HSV(B) | 336.92º | 0.13% | 0.38% | - |
| XYZ | 10.13 | 9.83 | 11.04 | - |
| YUV | 89.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 90 | 0 | 0.13 | 0.08 | 0.62 | 336.92 | 0.07 | 0.36 |
| Hex | 62 | 55 | 5A | 0 | D | 8 | 3E | 151 | 7 | 24 |
| Octal | 142 | 125 | 132 | 0 | 15 | 10 | 76 | 521 | 7 | 44 |
| Binary | 1100010 | 1010101 | 1011010 | 0 | 1101 | 1000 | 111110 | 101010001 | 111 | 100100 |
Color Harmonies of #62555A
Complementary color
Monochromatic Colors of #62555A
Black with #62555A
Text Example
Text Example
White with #62555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62555A; }
p { color: rgb(98,85,90); }
H1.HeaderClassName
{
color: #62555A;
}
.AnyTagClassName
{
color: #62555A;
}
</style>
background-color css
<style>
a { background-color: #62555A; }
a { background-color: rgb(98,85,90); }
div.DivClassName
{
background-color: #62555A;
}
.BgClassName
{
background-color: #62555A;
}
</style>
border-color css
<style>
span { border-color: #62555A; }
span { border-color: rgb(98,85,90); }
td.TdClassName
{
border-color: #62555A;
}
.TagClassName
{
border-color: #62555A;
}
</style>