Shades of Falcon #63595A
Tints of Falcon #63595A
RGB
CMYK
RGB Variations
Color information
#63595A (or 0x63595A) is known color: Falcon. HEX triplet: 63, 59 and 5A. RGB value is (99,89,90). Sum of RGB (Red+Green+Blue) = 99+89+90=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63595A is #9CA6A5. Grayscale: #5C5C5C. Windows color (decimal): -10266278 or 5921123. OLE color: 5921123.
HSL color Cylindrical-coordinate representation of color #63595A: hue angle of 354º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63595A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 89 | 90 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.61 |
| HSL | 354º | 0.05% | 0.37% | - |
| HSV(B) | 354º | 0.1% | 0.39% | - |
| XYZ | 10.56 | 10.54 | 11.15 | - |
| YUV | 92.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 90 | 0 | 0.10 | 0.09 | 0.61 | 354 | 0.05 | 0.37 |
| Hex | 63 | 59 | 5A | 0 | A | 9 | 3D | 162 | 5 | 25 |
| Octal | 143 | 131 | 132 | 0 | 12 | 11 | 75 | 542 | 5 | 45 |
| Binary | 1100011 | 1011001 | 1011010 | 0 | 1010 | 1001 | 111101 | 101100010 | 101 | 100101 |
Color Harmonies of #63595A
Complementary color
Monochromatic Colors of #63595A
Black with #63595A
Text Example
Text Example
White with #63595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63595A; }
p { color: rgb(99,89,90); }
H1.HeaderClassName
{
color: #63595A;
}
.AnyTagClassName
{
color: #63595A;
}
</style>
background-color css
<style>
a { background-color: #63595A; }
a { background-color: rgb(99,89,90); }
div.DivClassName
{
background-color: #63595A;
}
.BgClassName
{
background-color: #63595A;
}
</style>
border-color css
<style>
span { border-color: #63595A; }
span { border-color: rgb(99,89,90); }
td.TdClassName
{
border-color: #63595A;
}
.TagClassName
{
border-color: #63595A;
}
</style>