Shades of Falcon #695153
Tints of Falcon #695153
RGB
CMYK
RGB Variations
Color information
#695153 (or 0x695153) is known color: Falcon. HEX triplet: 69, 51 and 53. RGB value is (105,81,83). Sum of RGB (Red+Green+Blue) = 105+81+83=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #695153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695153 is #96AEAC. Grayscale: #585858. Windows color (decimal): -9875117 or 5460329. OLE color: 5460329.
HSL color Cylindrical-coordinate representation of color #695153: hue angle of 355º 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 #695153 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 83 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.59 |
| HSL | 355º | 0.13% | 0.36% | - |
| HSV(B) | 355º | 0.23% | 0.41% | - |
| XYZ | 10.33 | 9.51 | 9.48 | - |
| YUV | 88.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 83 | 0 | 0.23 | 0.21 | 0.59 | 355 | 0.13 | 0.36 |
| Hex | 69 | 51 | 53 | 0 | 17 | 15 | 3B | 163 | D | 24 |
| Octal | 151 | 121 | 123 | 0 | 27 | 25 | 73 | 543 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1010011 | 0 | 10111 | 10101 | 111011 | 101100011 | 1101 | 100100 |
Color Harmonies of #695153
Complementary color
Monochromatic Colors of #695153
Black with #695153
Text Example
Text Example
White with #695153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695153; }
p { color: rgb(105,81,83); }
H1.HeaderClassName
{
color: #695153;
}
.AnyTagClassName
{
color: #695153;
}
</style>
background-color css
<style>
a { background-color: #695153; }
a { background-color: rgb(105,81,83); }
div.DivClassName
{
background-color: #695153;
}
.BgClassName
{
background-color: #695153;
}
</style>
border-color css
<style>
span { border-color: #695153; }
span { border-color: rgb(105,81,83); }
td.TdClassName
{
border-color: #695153;
}
.TagClassName
{
border-color: #695153;
}
</style>