Shades of Finn #623E56
Tints of Finn #623E56
RGB
CMYK
RGB Variations
Color information
#623E56 (or 0x623E56) is known color: Finn. HEX triplet: 62, 3E and 56. RGB value is (98,62,86). Sum of RGB (Red+Green+Blue) = 98+62+86=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #623E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623E56 is #9DC1A9. Grayscale: #4B4B4B. Windows color (decimal): -10338730 or 5652066. OLE color: 5652066.
HSL color Cylindrical-coordinate representation of color #623E56: hue angle of 320º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #623E56 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 62 | 86 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.62 |
| HSL | 320º | 0.23% | 0.31% | - |
| HSV(B) | 320º | 0.37% | 0.38% | - |
| XYZ | 8.44 | 6.71 | 9.66 | - |
| YUV | 75.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 62 | 86 | 0 | 0.37 | 0.12 | 0.62 | 320 | 0.23 | 0.31 |
| Hex | 62 | 3E | 56 | 0 | 25 | C | 3E | 140 | 16 | 1F |
| Octal | 142 | 76 | 126 | 0 | 45 | 14 | 76 | 500 | 26 | 37 |
| Binary | 1100010 | 111110 | 1010110 | 0 | 100101 | 1100 | 111110 | 101000000 | 10110 | 11111 |
Color Harmonies of #623E56
Complementary color
Monochromatic Colors of #623E56
Black with #623E56
Text Example
Text Example
White with #623E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623E56; }
p { color: rgb(98,62,86); }
H1.HeaderClassName
{
color: #623E56;
}
.AnyTagClassName
{
color: #623E56;
}
</style>
background-color css
<style>
a { background-color: #623E56; }
a { background-color: rgb(98,62,86); }
div.DivClassName
{
background-color: #623E56;
}
.BgClassName
{
background-color: #623E56;
}
</style>
border-color css
<style>
span { border-color: #623E56; }
span { border-color: rgb(98,62,86); }
td.TdClassName
{
border-color: #623E56;
}
.TagClassName
{
border-color: #623E56;
}
</style>