Shades of Falcon #635455
Tints of Falcon #635455
RGB
CMYK
RGB Variations
Color information
#635455 (or 0x635455) is known color: Falcon. HEX triplet: 63, 54 and 55. RGB value is (99,84,85). Sum of RGB (Red+Green+Blue) = 99+84+85=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #635455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635455 is #9CABAA. Grayscale: #585858. Windows color (decimal): -10267563 or 5592163. OLE color: 5592163.
HSL color Cylindrical-coordinate representation of color #635455: hue angle of 356º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635455 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 85 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.61 |
| HSL | 356º | 0.08% | 0.36% | - |
| HSV(B) | 356º | 0.15% | 0.39% | - |
| XYZ | 9.96 | 9.65 | 9.93 | - |
| YUV | 88.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 85 | 0 | 0.15 | 0.14 | 0.61 | 356 | 0.08 | 0.36 |
| Hex | 63 | 54 | 55 | 0 | F | E | 3D | 164 | 8 | 24 |
| Octal | 143 | 124 | 125 | 0 | 17 | 16 | 75 | 544 | 10 | 44 |
| Binary | 1100011 | 1010100 | 1010101 | 0 | 1111 | 1110 | 111101 | 101100100 | 1000 | 100100 |
Color Harmonies of #635455
Complementary color
Monochromatic Colors of #635455
Black with #635455
Text Example
Text Example
White with #635455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635455; }
p { color: rgb(99,84,85); }
H1.HeaderClassName
{
color: #635455;
}
.AnyTagClassName
{
color: #635455;
}
</style>
background-color css
<style>
a { background-color: #635455; }
a { background-color: rgb(99,84,85); }
div.DivClassName
{
background-color: #635455;
}
.BgClassName
{
background-color: #635455;
}
</style>
border-color css
<style>
span { border-color: #635455; }
span { border-color: rgb(99,84,85); }
td.TdClassName
{
border-color: #635455;
}
.TagClassName
{
border-color: #635455;
}
</style>