Shades of Falcon #69595A
Tints of Falcon #69595A
RGB
CMYK
RGB Variations
Color information
#69595A (or 0x69595A) is known color: Falcon. HEX triplet: 69, 59 and 5A. RGB value is (105,89,90). Sum of RGB (Red+Green+Blue) = 105+89+90=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #69595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69595A is #96A6A5. Grayscale: #5D5D5D. Windows color (decimal): -9873062 or 5921129. OLE color: 5921129.
HSL color Cylindrical-coordinate representation of color #69595A: hue angle of 356.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #69595A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 90 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.59 |
| HSL | 356.25º | 0.08% | 0.38% | - |
| HSV(B) | 356.25º | 0.15% | 0.41% | - |
| XYZ | 11.24 | 10.89 | 11.18 | - |
| YUV | 93.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 90 | 0 | 0.15 | 0.14 | 0.59 | 356.25 | 0.08 | 0.38 |
| Hex | 69 | 59 | 5A | 0 | F | E | 3B | 164 | 8 | 26 |
| Octal | 151 | 131 | 132 | 0 | 17 | 16 | 73 | 544 | 10 | 46 |
| Binary | 1101001 | 1011001 | 1011010 | 0 | 1111 | 1110 | 111011 | 101100100 | 1000 | 100110 |
Color Harmonies of #69595A
Complementary color
Monochromatic Colors of #69595A
Black with #69595A
Text Example
Text Example
White with #69595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69595A; }
p { color: rgb(105,89,90); }
H1.HeaderClassName
{
color: #69595A;
}
.AnyTagClassName
{
color: #69595A;
}
</style>
background-color css
<style>
a { background-color: #69595A; }
a { background-color: rgb(105,89,90); }
div.DivClassName
{
background-color: #69595A;
}
.BgClassName
{
background-color: #69595A;
}
</style>
border-color css
<style>
span { border-color: #69595A; }
span { border-color: rgb(105,89,90); }
td.TdClassName
{
border-color: #69595A;
}
.TagClassName
{
border-color: #69595A;
}
</style>