Shades of Falcon #665B5D
Tints of Falcon #665B5D
RGB
CMYK
RGB Variations
Color information
#665B5D (or 0x665B5D) is known color: Falcon. HEX triplet: 66, 5B and 5D. RGB value is (102,91,93). Sum of RGB (Red+Green+Blue) = 102+91+93=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B5D is #99A4A2. Grayscale: #5E5E5E. Windows color (decimal): -10069155 or 6118246. OLE color: 6118246.
HSL color Cylindrical-coordinate representation of color #665B5D: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665B5D is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 93 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.6 |
| HSL | 349.09º | 0.06% | 0.38% | - |
| HSV(B) | 349.09º | 0.11% | 0.4% | - |
| XYZ | 11.2 | 11.1 | 11.91 | - |
| YUV | 94.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 93 | 0 | 0.11 | 0.09 | 0.6 | 349.09 | 0.06 | 0.38 |
| Hex | 66 | 5B | 5D | 0 | B | 9 | 3C | 15D | 6 | 26 |
| Octal | 146 | 133 | 135 | 0 | 13 | 11 | 74 | 535 | 6 | 46 |
| Binary | 1100110 | 1011011 | 1011101 | 0 | 1011 | 1001 | 111100 | 101011101 | 110 | 100110 |
Color Harmonies of #665B5D
Complementary color
Monochromatic Colors of #665B5D
Black with #665B5D
Text Example
Text Example
White with #665B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B5D; }
p { color: rgb(102,91,93); }
H1.HeaderClassName
{
color: #665B5D;
}
.AnyTagClassName
{
color: #665B5D;
}
</style>
background-color css
<style>
a { background-color: #665B5D; }
a { background-color: rgb(102,91,93); }
div.DivClassName
{
background-color: #665B5D;
}
.BgClassName
{
background-color: #665B5D;
}
</style>
border-color css
<style>
span { border-color: #665B5D; }
span { border-color: rgb(102,91,93); }
td.TdClassName
{
border-color: #665B5D;
}
.TagClassName
{
border-color: #665B5D;
}
</style>