Shades of Falcon #695356
Tints of Falcon #695356
RGB
CMYK
RGB Variations
Color information
#695356 (or 0x695356) is known color: Falcon. HEX triplet: 69, 53 and 56. RGB value is (105,83,86). Sum of RGB (Red+Green+Blue) = 105+83+86=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695356 is #96ACA9. Grayscale: #595959. Windows color (decimal): -9874602 or 5657449. OLE color: 5657449.
HSL color Cylindrical-coordinate representation of color #695356: hue angle of 351.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695356 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 86 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.59 |
| HSL | 351.82º | 0.12% | 0.37% | - |
| HSV(B) | 351.82º | 0.21% | 0.41% | - |
| XYZ | 10.6 | 9.86 | 10.15 | - |
| YUV | 89.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 86 | 0 | 0.21 | 0.18 | 0.59 | 351.82 | 0.12 | 0.37 |
| Hex | 69 | 53 | 56 | 0 | 15 | 12 | 3B | 160 | C | 25 |
| Octal | 151 | 123 | 126 | 0 | 25 | 22 | 73 | 540 | 14 | 45 |
| Binary | 1101001 | 1010011 | 1010110 | 0 | 10101 | 10010 | 111011 | 101100000 | 1100 | 100101 |
Color Harmonies of #695356
Complementary color
Monochromatic Colors of #695356
Black with #695356
Text Example
Text Example
White with #695356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695356; }
p { color: rgb(105,83,86); }
H1.HeaderClassName
{
color: #695356;
}
.AnyTagClassName
{
color: #695356;
}
</style>
background-color css
<style>
a { background-color: #695356; }
a { background-color: rgb(105,83,86); }
div.DivClassName
{
background-color: #695356;
}
.BgClassName
{
background-color: #695356;
}
</style>
border-color css
<style>
span { border-color: #695356; }
span { border-color: rgb(105,83,86); }
td.TdClassName
{
border-color: #695356;
}
.TagClassName
{
border-color: #695356;
}
</style>