Shades of Falcon #695051
Tints of Falcon #695051
RGB
CMYK
RGB Variations
Color information
#695051 (or 0x695051) is known color: Falcon. HEX triplet: 69, 50 and 51. RGB value is (105,80,81). Sum of RGB (Red+Green+Blue) = 105+80+81=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #695051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695051 is #96AFAE. Grayscale: #575757. Windows color (decimal): -9875375 or 5329001. OLE color: 5329001.
HSL color Cylindrical-coordinate representation of color #695051: hue angle of 357.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695051 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 80 | 81 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.59 |
| HSL | 357.6º | 0.14% | 0.36% | - |
| HSV(B) | 357.6º | 0.24% | 0.41% | - |
| XYZ | 10.18 | 9.33 | 9.05 | - |
| YUV | 87.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 81 | 0 | 0.24 | 0.23 | 0.59 | 357.6 | 0.14 | 0.36 |
| Hex | 69 | 50 | 51 | 0 | 18 | 17 | 3B | 166 | E | 24 |
| Octal | 151 | 120 | 121 | 0 | 30 | 27 | 73 | 546 | 16 | 44 |
| Binary | 1101001 | 1010000 | 1010001 | 0 | 11000 | 10111 | 111011 | 101100110 | 1110 | 100100 |
Color Harmonies of #695051
Complementary color
Monochromatic Colors of #695051
Black with #695051
Text Example
Text Example
White with #695051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695051; }
p { color: rgb(105,80,81); }
H1.HeaderClassName
{
color: #695051;
}
.AnyTagClassName
{
color: #695051;
}
</style>
background-color css
<style>
a { background-color: #695051; }
a { background-color: rgb(105,80,81); }
div.DivClassName
{
background-color: #695051;
}
.BgClassName
{
background-color: #695051;
}
</style>
border-color css
<style>
span { border-color: #695051; }
span { border-color: rgb(105,80,81); }
td.TdClassName
{
border-color: #695051;
}
.TagClassName
{
border-color: #695051;
}
</style>