Shades of Finn #63464F
Tints of Finn #63464F
RGB
CMYK
RGB Variations
Color information
#63464F (or 0x63464F) is known color: Finn. HEX triplet: 63, 46 and 4F. RGB value is (99,70,79). Sum of RGB (Red+Green+Blue) = 99+70+79=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63464F is #9CB9B0. Grayscale: #4F4F4F. Windows color (decimal): -10271153 or 5195363. OLE color: 5195363.
HSL color Cylindrical-coordinate representation of color #63464F: hue angle of 341.38º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63464F is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 79 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.61 |
| HSL | 341.38º | 0.17% | 0.33% | - |
| HSV(B) | 341.38º | 0.29% | 0.39% | - |
| XYZ | 8.75 | 7.6 | 8.4 | - |
| YUV | 79.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 79 | 0 | 0.29 | 0.20 | 0.61 | 341.38 | 0.17 | 0.33 |
| Hex | 63 | 46 | 4F | 0 | 1D | 14 | 3D | 155 | 11 | 21 |
| Octal | 143 | 106 | 117 | 0 | 35 | 24 | 75 | 525 | 21 | 41 |
| Binary | 1100011 | 1000110 | 1001111 | 0 | 11101 | 10100 | 111101 | 101010101 | 10001 | 100001 |
Color Harmonies of #63464F
Complementary color
Monochromatic Colors of #63464F
Black with #63464F
Text Example
Text Example
White with #63464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63464F; }
p { color: rgb(99,70,79); }
H1.HeaderClassName
{
color: #63464F;
}
.AnyTagClassName
{
color: #63464F;
}
</style>
background-color css
<style>
a { background-color: #63464F; }
a { background-color: rgb(99,70,79); }
div.DivClassName
{
background-color: #63464F;
}
.BgClassName
{
background-color: #63464F;
}
</style>
border-color css
<style>
span { border-color: #63464F; }
span { border-color: rgb(99,70,79); }
td.TdClassName
{
border-color: #63464F;
}
.TagClassName
{
border-color: #63464F;
}
</style>