Shades of Falcon #69595B
Tints of Falcon #69595B
RGB
CMYK
RGB Variations
Color information
#69595B (or 0x69595B) is known color: Falcon. HEX triplet: 69, 59 and 5B. RGB value is (105,89,91). Sum of RGB (Red+Green+Blue) = 105+89+91=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69595B is #96A6A4. Grayscale: #5E5E5E. Windows color (decimal): -9873061 or 5986665. OLE color: 5986665.
HSL color Cylindrical-coordinate representation of color #69595B: hue angle of 352.5º 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 #69595B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 91 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.59 |
| HSL | 352.5º | 0.08% | 0.38% | - |
| HSV(B) | 352.5º | 0.15% | 0.41% | - |
| XYZ | 11.29 | 10.9 | 11.41 | - |
| YUV | 94.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 91 | 0 | 0.15 | 0.13 | 0.59 | 352.5 | 0.08 | 0.38 |
| Hex | 69 | 59 | 5B | 0 | F | D | 3B | 160 | 8 | 26 |
| Octal | 151 | 131 | 133 | 0 | 17 | 15 | 73 | 540 | 10 | 46 |
| Binary | 1101001 | 1011001 | 1011011 | 0 | 1111 | 1101 | 111011 | 101100000 | 1000 | 100110 |
Color Harmonies of #69595B
Complementary color
Monochromatic Colors of #69595B
Black with #69595B
Text Example
Text Example
White with #69595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69595B; }
p { color: rgb(105,89,91); }
H1.HeaderClassName
{
color: #69595B;
}
.AnyTagClassName
{
color: #69595B;
}
</style>
background-color css
<style>
a { background-color: #69595B; }
a { background-color: rgb(105,89,91); }
div.DivClassName
{
background-color: #69595B;
}
.BgClassName
{
background-color: #69595B;
}
</style>
border-color css
<style>
span { border-color: #69595B; }
span { border-color: rgb(105,89,91); }
td.TdClassName
{
border-color: #69595B;
}
.TagClassName
{
border-color: #69595B;
}
</style>