Shades of Falcon #695254
Tints of Falcon #695254
RGB
CMYK
RGB Variations
Color information
#695254 (or 0x695254) is known color: Falcon. HEX triplet: 69, 52 and 54. RGB value is (105,82,84). Sum of RGB (Red+Green+Blue) = 105+82+84=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #695254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695254 is #96ADAB. Grayscale: #595959. Windows color (decimal): -9874860 or 5526121. OLE color: 5526121.
HSL color Cylindrical-coordinate representation of color #695254: hue angle of 354.78º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #695254 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 82 | 84 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.59 |
| HSL | 354.78º | 0.12% | 0.37% | - |
| HSV(B) | 354.78º | 0.22% | 0.41% | - |
| XYZ | 10.44 | 9.68 | 9.71 | - |
| YUV | 89.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 84 | 0 | 0.22 | 0.20 | 0.59 | 354.78 | 0.12 | 0.37 |
| Hex | 69 | 52 | 54 | 0 | 16 | 14 | 3B | 163 | C | 25 |
| Octal | 151 | 122 | 124 | 0 | 26 | 24 | 73 | 543 | 14 | 45 |
| Binary | 1101001 | 1010010 | 1010100 | 0 | 10110 | 10100 | 111011 | 101100011 | 1100 | 100101 |
Color Harmonies of #695254
Complementary color
Monochromatic Colors of #695254
Black with #695254
Text Example
Text Example
White with #695254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695254; }
p { color: rgb(105,82,84); }
H1.HeaderClassName
{
color: #695254;
}
.AnyTagClassName
{
color: #695254;
}
</style>
background-color css
<style>
a { background-color: #695254; }
a { background-color: rgb(105,82,84); }
div.DivClassName
{
background-color: #695254;
}
.BgClassName
{
background-color: #695254;
}
</style>
border-color css
<style>
span { border-color: #695254; }
span { border-color: rgb(105,82,84); }
td.TdClassName
{
border-color: #695254;
}
.TagClassName
{
border-color: #695254;
}
</style>