Shades of Finn #63424E
Tints of Finn #63424E
RGB
CMYK
RGB Variations
Color information
#63424E (or 0x63424E) is known color: Finn. HEX triplet: 63, 42 and 4E. RGB value is (99,66,78). Sum of RGB (Red+Green+Blue) = 99+66+78=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63424E is #9CBDB1. Grayscale: #4D4D4D. Windows color (decimal): -10272178 or 5128803. OLE color: 5128803.
HSL color Cylindrical-coordinate representation of color #63424E: hue angle of 338.18º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63424E is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 78 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.61 |
| HSL | 338.18º | 0.2% | 0.32% | - |
| HSV(B) | 338.18º | 0.33% | 0.39% | - |
| XYZ | 8.47 | 7.1 | 8.13 | - |
| YUV | 77.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 78 | 0 | 0.33 | 0.21 | 0.61 | 338.18 | 0.2 | 0.32 |
| Hex | 63 | 42 | 4E | 0 | 21 | 15 | 3D | 152 | 14 | 20 |
| Octal | 143 | 102 | 116 | 0 | 41 | 25 | 75 | 522 | 24 | 40 |
| Binary | 1100011 | 1000010 | 1001110 | 0 | 100001 | 10101 | 111101 | 101010010 | 10100 | 100000 |
Color Harmonies of #63424E
Complementary color
Monochromatic Colors of #63424E
Black with #63424E
Text Example
Text Example
White with #63424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63424E; }
p { color: rgb(99,66,78); }
H1.HeaderClassName
{
color: #63424E;
}
.AnyTagClassName
{
color: #63424E;
}
</style>
background-color css
<style>
a { background-color: #63424E; }
a { background-color: rgb(99,66,78); }
div.DivClassName
{
background-color: #63424E;
}
.BgClassName
{
background-color: #63424E;
}
</style>
border-color css
<style>
span { border-color: #63424E; }
span { border-color: rgb(99,66,78); }
td.TdClassName
{
border-color: #63424E;
}
.TagClassName
{
border-color: #63424E;
}
</style>