Shades of Falcon #655253
Tints of Falcon #655253
RGB
CMYK
RGB Variations
Color information
#655253 (or 0x655253) is known color: Falcon. HEX triplet: 65, 52 and 53. RGB value is (101,82,83). Sum of RGB (Red+Green+Blue) = 101+82+83=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #655253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655253 is #9AADAC. Grayscale: #575757. Windows color (decimal): -10137005 or 5460581. OLE color: 5460581.
HSL color Cylindrical-coordinate representation of color #655253: hue angle of 356.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655253 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 83 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.60 |
| HSL | 356.84º | 0.1% | 0.36% | - |
| HSV(B) | 356.84º | 0.19% | 0.4% | - |
| XYZ | 9.95 | 9.43 | 9.48 | - |
| YUV | 87.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 83 | 0 | 0.19 | 0.18 | 0.60 | 356.84 | 0.1 | 0.36 |
| Hex | 65 | 52 | 53 | 0 | 13 | 12 | 3C | 165 | A | 24 |
| Octal | 145 | 122 | 123 | 0 | 23 | 22 | 74 | 545 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1010011 | 0 | 10011 | 10010 | 111100 | 101100101 | 1010 | 100100 |
Color Harmonies of #655253
Complementary color
Monochromatic Colors of #655253
Black with #655253
Text Example
Text Example
White with #655253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655253; }
p { color: rgb(101,82,83); }
H1.HeaderClassName
{
color: #655253;
}
.AnyTagClassName
{
color: #655253;
}
</style>
background-color css
<style>
a { background-color: #655253; }
a { background-color: rgb(101,82,83); }
div.DivClassName
{
background-color: #655253;
}
.BgClassName
{
background-color: #655253;
}
</style>
border-color css
<style>
span { border-color: #655253; }
span { border-color: rgb(101,82,83); }
td.TdClassName
{
border-color: #655253;
}
.TagClassName
{
border-color: #655253;
}
</style>