Shades of Finn #63414E
Tints of Finn #63414E
RGB
CMYK
RGB Variations
Color information
#63414E (or 0x63414E) is known color: Finn. HEX triplet: 63, 41 and 4E. RGB value is (99,65,78). Sum of RGB (Red+Green+Blue) = 99+65+78=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63414E is #9CBEB1. Grayscale: #4C4C4C. Windows color (decimal): -10272434 or 5128547. OLE color: 5128547.
HSL color Cylindrical-coordinate representation of color #63414E: hue angle of 337.06º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63414E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 78 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.61 |
| HSL | 337.06º | 0.21% | 0.32% | - |
| HSV(B) | 337.06º | 0.34% | 0.39% | - |
| XYZ | 8.41 | 6.98 | 8.11 | - |
| YUV | 76.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 78 | 0 | 0.34 | 0.21 | 0.61 | 337.06 | 0.21 | 0.32 |
| Hex | 63 | 41 | 4E | 0 | 22 | 15 | 3D | 151 | 15 | 20 |
| Octal | 143 | 101 | 116 | 0 | 42 | 25 | 75 | 521 | 25 | 40 |
| Binary | 1100011 | 1000001 | 1001110 | 0 | 100010 | 10101 | 111101 | 101010001 | 10101 | 100000 |
Color Harmonies of #63414E
Complementary color
Monochromatic Colors of #63414E
Black with #63414E
Text Example
Text Example
White with #63414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63414E; }
p { color: rgb(99,65,78); }
H1.HeaderClassName
{
color: #63414E;
}
.AnyTagClassName
{
color: #63414E;
}
</style>
background-color css
<style>
a { background-color: #63414E; }
a { background-color: rgb(99,65,78); }
div.DivClassName
{
background-color: #63414E;
}
.BgClassName
{
background-color: #63414E;
}
</style>
border-color css
<style>
span { border-color: #63414E; }
span { border-color: rgb(99,65,78); }
td.TdClassName
{
border-color: #63414E;
}
.TagClassName
{
border-color: #63414E;
}
</style>