Shades of Falcon #66595B
Tints of Falcon #66595B
RGB
CMYK
RGB Variations
Color information
#66595B (or 0x66595B) is known color: Falcon. HEX triplet: 66, 59 and 5B. RGB value is (102,89,91). Sum of RGB (Red+Green+Blue) = 102+89+91=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #66595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66595B is #99A6A4. Grayscale: #5D5D5D. Windows color (decimal): -10069669 or 5986662. OLE color: 5986662.
HSL color Cylindrical-coordinate representation of color #66595B: hue angle of 350.77º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #66595B is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 91 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.6 |
| HSL | 350.77º | 0.07% | 0.37% | - |
| HSV(B) | 350.77º | 0.13% | 0.4% | - |
| XYZ | 10.94 | 10.72 | 11.39 | - |
| YUV | 93.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 91 | 0 | 0.13 | 0.11 | 0.6 | 350.77 | 0.07 | 0.37 |
| Hex | 66 | 59 | 5B | 0 | D | B | 3C | 15F | 7 | 25 |
| Octal | 146 | 131 | 133 | 0 | 15 | 13 | 74 | 537 | 7 | 45 |
| Binary | 1100110 | 1011001 | 1011011 | 0 | 1101 | 1011 | 111100 | 101011111 | 111 | 100101 |
Color Harmonies of #66595B
Complementary color
Monochromatic Colors of #66595B
Black with #66595B
Text Example
Text Example
White with #66595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66595B; }
p { color: rgb(102,89,91); }
H1.HeaderClassName
{
color: #66595B;
}
.AnyTagClassName
{
color: #66595B;
}
</style>
background-color css
<style>
a { background-color: #66595B; }
a { background-color: rgb(102,89,91); }
div.DivClassName
{
background-color: #66595B;
}
.BgClassName
{
background-color: #66595B;
}
</style>
border-color css
<style>
span { border-color: #66595B; }
span { border-color: rgb(102,89,91); }
td.TdClassName
{
border-color: #66595B;
}
.TagClassName
{
border-color: #66595B;
}
</style>