Shades of Falcon #65595B
Tints of Falcon #65595B
RGB
CMYK
RGB Variations
Color information
#65595B (or 0x65595B) is known color: Falcon. HEX triplet: 65, 59 and 5B. RGB value is (101,89,91). Sum of RGB (Red+Green+Blue) = 101+89+91=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #65595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595B is #9AA6A4. Grayscale: #5C5C5C. Windows color (decimal): -10135205 or 5986661. OLE color: 5986661.
HSL color Cylindrical-coordinate representation of color #65595B: hue angle of 350º 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 #65595B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 91 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.60 |
| HSL | 350º | 0.06% | 0.37% | - |
| HSV(B) | 350º | 0.12% | 0.4% | - |
| XYZ | 10.83 | 10.67 | 11.39 | - |
| YUV | 92.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 91 | 0 | 0.12 | 0.10 | 0.60 | 350 | 0.06 | 0.37 |
| Hex | 65 | 59 | 5B | 0 | C | A | 3C | 15E | 6 | 25 |
| Octal | 145 | 131 | 133 | 0 | 14 | 12 | 74 | 536 | 6 | 45 |
| Binary | 1100101 | 1011001 | 1011011 | 0 | 1100 | 1010 | 111100 | 101011110 | 110 | 100101 |
Color Harmonies of #65595B
Complementary color
Monochromatic Colors of #65595B
Black with #65595B
Text Example
Text Example
White with #65595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65595B; }
p { color: rgb(101,89,91); }
H1.HeaderClassName
{
color: #65595B;
}
.AnyTagClassName
{
color: #65595B;
}
</style>
background-color css
<style>
a { background-color: #65595B; }
a { background-color: rgb(101,89,91); }
div.DivClassName
{
background-color: #65595B;
}
.BgClassName
{
background-color: #65595B;
}
</style>
border-color css
<style>
span { border-color: #65595B; }
span { border-color: rgb(101,89,91); }
td.TdClassName
{
border-color: #65595B;
}
.TagClassName
{
border-color: #65595B;
}
</style>