Shades of Finn #62525A
Tints of Finn #62525A
RGB
CMYK
RGB Variations
Color information
#62525A (or 0x62525A) is known color: Finn. HEX triplet: 62, 52 and 5A. RGB value is (98,82,90). Sum of RGB (Red+Green+Blue) = 98+82+90=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #62525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62525A is #9DADA5. Grayscale: #575757. Windows color (decimal): -10333606 or 5919330. OLE color: 5919330.
HSL color Cylindrical-coordinate representation of color #62525A: hue angle of 330º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62525A is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 90 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.62 |
| HSL | 330º | 0.09% | 0.35% | - |
| HSV(B) | 330º | 0.16% | 0.38% | - |
| XYZ | 9.9 | 9.37 | 10.96 | - |
| YUV | 87.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 90 | 0 | 0.16 | 0.08 | 0.62 | 330 | 0.09 | 0.35 |
| Hex | 62 | 52 | 5A | 0 | 10 | 8 | 3E | 14A | 9 | 23 |
| Octal | 142 | 122 | 132 | 0 | 20 | 10 | 76 | 512 | 11 | 43 |
| Binary | 1100010 | 1010010 | 1011010 | 0 | 10000 | 1000 | 111110 | 101001010 | 1001 | 100011 |
Color Harmonies of #62525A
Complementary color
Monochromatic Colors of #62525A
Black with #62525A
Text Example
Text Example
White with #62525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62525A; }
p { color: rgb(98,82,90); }
H1.HeaderClassName
{
color: #62525A;
}
.AnyTagClassName
{
color: #62525A;
}
</style>
background-color css
<style>
a { background-color: #62525A; }
a { background-color: rgb(98,82,90); }
div.DivClassName
{
background-color: #62525A;
}
.BgClassName
{
background-color: #62525A;
}
</style>
border-color css
<style>
span { border-color: #62525A; }
span { border-color: rgb(98,82,90); }
td.TdClassName
{
border-color: #62525A;
}
.TagClassName
{
border-color: #62525A;
}
</style>