Shades of Falcon #65595A
Tints of Falcon #65595A
RGB
CMYK
RGB Variations
Color information
#65595A (or 0x65595A) is known color: Falcon. HEX triplet: 65, 59 and 5A. RGB value is (101,89,90). Sum of RGB (Red+Green+Blue) = 101+89+90=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #65595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595A is #9AA6A5. Grayscale: #5C5C5C. Windows color (decimal): -10135206 or 5921125. OLE color: 5921125.
HSL color Cylindrical-coordinate representation of color #65595A: hue angle of 355º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65595A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 90 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.60 |
| HSL | 355º | 0.06% | 0.37% | - |
| HSV(B) | 355º | 0.12% | 0.4% | - |
| XYZ | 10.78 | 10.65 | 11.16 | - |
| YUV | 92.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 90 | 0 | 0.12 | 0.11 | 0.60 | 355 | 0.06 | 0.37 |
| Hex | 65 | 59 | 5A | 0 | C | B | 3C | 163 | 6 | 25 |
| Octal | 145 | 131 | 132 | 0 | 14 | 13 | 74 | 543 | 6 | 45 |
| Binary | 1100101 | 1011001 | 1011010 | 0 | 1100 | 1011 | 111100 | 101100011 | 110 | 100101 |
Color Harmonies of #65595A
Complementary color
Monochromatic Colors of #65595A
Black with #65595A
Text Example
Text Example
White with #65595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65595A; }
p { color: rgb(101,89,90); }
H1.HeaderClassName
{
color: #65595A;
}
.AnyTagClassName
{
color: #65595A;
}
</style>
background-color css
<style>
a { background-color: #65595A; }
a { background-color: rgb(101,89,90); }
div.DivClassName
{
background-color: #65595A;
}
.BgClassName
{
background-color: #65595A;
}
</style>
border-color css
<style>
span { border-color: #65595A; }
span { border-color: rgb(101,89,90); }
td.TdClassName
{
border-color: #65595A;
}
.TagClassName
{
border-color: #65595A;
}
</style>