Shades of Falcon #695155
Tints of Falcon #695155
RGB
CMYK
RGB Variations
Color information
#695155 (or 0x695155) is known color: Falcon. HEX triplet: 69, 51 and 55. RGB value is (105,81,85). Sum of RGB (Red+Green+Blue) = 105+81+85=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #695155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695155 is #96AEAA. Grayscale: #585858. Windows color (decimal): -9875115 or 5591401. OLE color: 5591401.
HSL color Cylindrical-coordinate representation of color #695155: hue angle of 350º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #695155 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 85 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.59 |
| HSL | 350º | 0.13% | 0.36% | - |
| HSV(B) | 350º | 0.23% | 0.41% | - |
| XYZ | 10.41 | 9.54 | 9.89 | - |
| YUV | 88.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 85 | 0 | 0.23 | 0.19 | 0.59 | 350 | 0.13 | 0.36 |
| Hex | 69 | 51 | 55 | 0 | 17 | 13 | 3B | 15E | D | 24 |
| Octal | 151 | 121 | 125 | 0 | 27 | 23 | 73 | 536 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1010101 | 0 | 10111 | 10011 | 111011 | 101011110 | 1101 | 100100 |
Color Harmonies of #695155
Complementary color
Monochromatic Colors of #695155
Black with #695155
Text Example
Text Example
White with #695155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695155; }
p { color: rgb(105,81,85); }
H1.HeaderClassName
{
color: #695155;
}
.AnyTagClassName
{
color: #695155;
}
</style>
background-color css
<style>
a { background-color: #695155; }
a { background-color: rgb(105,81,85); }
div.DivClassName
{
background-color: #695155;
}
.BgClassName
{
background-color: #695155;
}
</style>
border-color css
<style>
span { border-color: #695155; }
span { border-color: rgb(105,81,85); }
td.TdClassName
{
border-color: #695155;
}
.TagClassName
{
border-color: #695155;
}
</style>