Shades of Finn #63565D
Tints of Finn #63565D
RGB
CMYK
RGB Variations
Color information
#63565D (or 0x63565D) is known color: Finn. HEX triplet: 63, 56 and 5D. RGB value is (99,86,93). Sum of RGB (Red+Green+Blue) = 99+86+93=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63565D is #9CA9A2. Grayscale: #5A5A5A. Windows color (decimal): -10267043 or 6116963. OLE color: 6116963.
HSL color Cylindrical-coordinate representation of color #63565D: hue angle of 327.69º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #63565D is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 93 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.61 |
| HSL | 327.69º | 0.07% | 0.36% | - |
| HSV(B) | 327.69º | 0.13% | 0.39% | - |
| XYZ | 10.45 | 10.1 | 11.75 | - |
| YUV | 90.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 93 | 0 | 0.13 | 0.06 | 0.61 | 327.69 | 0.07 | 0.36 |
| Hex | 63 | 56 | 5D | 0 | D | 6 | 3D | 148 | 7 | 24 |
| Octal | 143 | 126 | 135 | 0 | 15 | 6 | 75 | 510 | 7 | 44 |
| Binary | 1100011 | 1010110 | 1011101 | 0 | 1101 | 110 | 111101 | 101001000 | 111 | 100100 |
Color Harmonies of #63565D
Complementary color
Monochromatic Colors of #63565D
Black with #63565D
Text Example
Text Example
White with #63565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63565D; }
p { color: rgb(99,86,93); }
H1.HeaderClassName
{
color: #63565D;
}
.AnyTagClassName
{
color: #63565D;
}
</style>
background-color css
<style>
a { background-color: #63565D; }
a { background-color: rgb(99,86,93); }
div.DivClassName
{
background-color: #63565D;
}
.BgClassName
{
background-color: #63565D;
}
</style>
border-color css
<style>
span { border-color: #63565D; }
span { border-color: rgb(99,86,93); }
td.TdClassName
{
border-color: #63565D;
}
.TagClassName
{
border-color: #63565D;
}
</style>