Shades of Falcon #695154
Tints of Falcon #695154
RGB
CMYK
RGB Variations
Color information
#695154 (or 0x695154) is known color: Falcon. HEX triplet: 69, 51 and 54. RGB value is (105,81,84). Sum of RGB (Red+Green+Blue) = 105+81+84=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #695154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695154 is #96AEAB. Grayscale: #585858. Windows color (decimal): -9875116 or 5525865. OLE color: 5525865.
HSL color Cylindrical-coordinate representation of color #695154: hue angle of 352.5º 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 #695154 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 84 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.59 |
| HSL | 352.5º | 0.13% | 0.36% | - |
| HSV(B) | 352.5º | 0.23% | 0.41% | - |
| XYZ | 10.37 | 9.53 | 9.68 | - |
| YUV | 88.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 84 | 0 | 0.23 | 0.20 | 0.59 | 352.5 | 0.13 | 0.36 |
| Hex | 69 | 51 | 54 | 0 | 17 | 14 | 3B | 160 | D | 24 |
| Octal | 151 | 121 | 124 | 0 | 27 | 24 | 73 | 540 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1010100 | 0 | 10111 | 10100 | 111011 | 101100000 | 1101 | 100100 |
Color Harmonies of #695154
Complementary color
Monochromatic Colors of #695154
Black with #695154
Text Example
Text Example
White with #695154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695154; }
p { color: rgb(105,81,84); }
H1.HeaderClassName
{
color: #695154;
}
.AnyTagClassName
{
color: #695154;
}
</style>
background-color css
<style>
a { background-color: #695154; }
a { background-color: rgb(105,81,84); }
div.DivClassName
{
background-color: #695154;
}
.BgClassName
{
background-color: #695154;
}
</style>
border-color css
<style>
span { border-color: #695154; }
span { border-color: rgb(105,81,84); }
td.TdClassName
{
border-color: #695154;
}
.TagClassName
{
border-color: #695154;
}
</style>