Shades of Finn #63515B
Tints of Finn #63515B
RGB
CMYK
RGB Variations
Color information
#63515B (or 0x63515B) is known color: Finn. HEX triplet: 63, 51 and 5B. RGB value is (99,81,91). Sum of RGB (Red+Green+Blue) = 99+81+91=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #63515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63515B is #9CAEA4. Grayscale: #575757. Windows color (decimal): -10268325 or 5984611. OLE color: 5984611.
HSL color Cylindrical-coordinate representation of color #63515B: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #63515B is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 91 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.61 |
| HSL | 326.67º | 0.1% | 0.35% | - |
| HSV(B) | 326.67º | 0.18% | 0.39% | - |
| XYZ | 9.98 | 9.29 | 11.17 | - |
| YUV | 87.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 91 | 0 | 0.18 | 0.08 | 0.61 | 326.67 | 0.1 | 0.35 |
| Hex | 63 | 51 | 5B | 0 | 12 | 8 | 3D | 147 | A | 23 |
| Octal | 143 | 121 | 133 | 0 | 22 | 10 | 75 | 507 | 12 | 43 |
| Binary | 1100011 | 1010001 | 1011011 | 0 | 10010 | 1000 | 111101 | 101000111 | 1010 | 100011 |
Color Harmonies of #63515B
Complementary color
Monochromatic Colors of #63515B
Black with #63515B
Text Example
Text Example
White with #63515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63515B; }
p { color: rgb(99,81,91); }
H1.HeaderClassName
{
color: #63515B;
}
.AnyTagClassName
{
color: #63515B;
}
</style>
background-color css
<style>
a { background-color: #63515B; }
a { background-color: rgb(99,81,91); }
div.DivClassName
{
background-color: #63515B;
}
.BgClassName
{
background-color: #63515B;
}
</style>
border-color css
<style>
span { border-color: #63515B; }
span { border-color: rgb(99,81,91); }
td.TdClassName
{
border-color: #63515B;
}
.TagClassName
{
border-color: #63515B;
}
</style>