Shades of Finn #60565A
Tints of Finn #60565A
RGB
CMYK
RGB Variations
Color information
#60565A (or 0x60565A) is known color: Finn. HEX triplet: 60, 56 and 5A. RGB value is (96,86,90). Sum of RGB (Red+Green+Blue) = 96+86+90=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #60565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60565A is #9FA9A5. Grayscale: #595959. Windows color (decimal): -10463654 or 5920352. OLE color: 5920352.
HSL color Cylindrical-coordinate representation of color #60565A: hue angle of 336º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60565A is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 90 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.62 |
| HSL | 336º | 0.05% | 0.36% | - |
| HSV(B) | 336º | 0.1% | 0.38% | - |
| XYZ | 10 | 9.88 | 11.05 | - |
| YUV | 89.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 90 | 0 | 0.10 | 0.06 | 0.62 | 336 | 0.05 | 0.36 |
| Hex | 60 | 56 | 5A | 0 | A | 6 | 3E | 150 | 5 | 24 |
| Octal | 140 | 126 | 132 | 0 | 12 | 6 | 76 | 520 | 5 | 44 |
| Binary | 1100000 | 1010110 | 1011010 | 0 | 1010 | 110 | 111110 | 101010000 | 101 | 100100 |
Color Harmonies of #60565A
Complementary color
Monochromatic Colors of #60565A
Black with #60565A
Text Example
Text Example
White with #60565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60565A; }
p { color: rgb(96,86,90); }
H1.HeaderClassName
{
color: #60565A;
}
.AnyTagClassName
{
color: #60565A;
}
</style>
background-color css
<style>
a { background-color: #60565A; }
a { background-color: rgb(96,86,90); }
div.DivClassName
{
background-color: #60565A;
}
.BgClassName
{
background-color: #60565A;
}
</style>
border-color css
<style>
span { border-color: #60565A; }
span { border-color: rgb(96,86,90); }
td.TdClassName
{
border-color: #60565A;
}
.TagClassName
{
border-color: #60565A;
}
</style>