Shades of Falcon #695B5D
Tints of Falcon #695B5D
RGB
CMYK
RGB Variations
Color information
#695B5D (or 0x695B5D) is known color: Falcon. HEX triplet: 69, 5B and 5D. RGB value is (105,91,93). Sum of RGB (Red+Green+Blue) = 105+91+93=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B5D is #96A4A2. Grayscale: #5F5F5F. Windows color (decimal): -9872547 or 6118249. OLE color: 6118249.
HSL color Cylindrical-coordinate representation of color #695B5D: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #695B5D is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 93 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.59 |
| HSL | 351.43º | 0.07% | 0.38% | - |
| HSV(B) | 351.43º | 0.13% | 0.41% | - |
| XYZ | 11.54 | 11.28 | 11.92 | - |
| YUV | 95.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 93 | 0 | 0.13 | 0.11 | 0.59 | 351.43 | 0.07 | 0.38 |
| Hex | 69 | 5B | 5D | 0 | D | B | 3B | 15F | 7 | 26 |
| Octal | 151 | 133 | 135 | 0 | 15 | 13 | 73 | 537 | 7 | 46 |
| Binary | 1101001 | 1011011 | 1011101 | 0 | 1101 | 1011 | 111011 | 101011111 | 111 | 100110 |
Color Harmonies of #695B5D
Complementary color
Monochromatic Colors of #695B5D
Black with #695B5D
Text Example
Text Example
White with #695B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B5D; }
p { color: rgb(105,91,93); }
H1.HeaderClassName
{
color: #695B5D;
}
.AnyTagClassName
{
color: #695B5D;
}
</style>
background-color css
<style>
a { background-color: #695B5D; }
a { background-color: rgb(105,91,93); }
div.DivClassName
{
background-color: #695B5D;
}
.BgClassName
{
background-color: #695B5D;
}
</style>
border-color css
<style>
span { border-color: #695B5D; }
span { border-color: rgb(105,91,93); }
td.TdClassName
{
border-color: #695B5D;
}
.TagClassName
{
border-color: #695B5D;
}
</style>