Shades of Falcon #68575B
Tints of Falcon #68575B
RGB
CMYK
RGB Variations
Color information
#68575B (or 0x68575B) is known color: Falcon. HEX triplet: 68, 57 and 5B. RGB value is (104,87,91). Sum of RGB (Red+Green+Blue) = 104+87+91=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68575B is #97A8A4. Grayscale: #5C5C5C. Windows color (decimal): -9939109 or 5986152. OLE color: 5986152.
HSL color Cylindrical-coordinate representation of color #68575B: hue angle of 345.88º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68575B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 91 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.59 |
| HSL | 345.88º | 0.09% | 0.37% | - |
| HSV(B) | 345.88º | 0.16% | 0.41% | - |
| XYZ | 11.01 | 10.51 | 11.35 | - |
| YUV | 92.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 91 | 0 | 0.16 | 0.12 | 0.59 | 345.88 | 0.09 | 0.37 |
| Hex | 68 | 57 | 5B | 0 | 10 | C | 3B | 15A | 9 | 25 |
| Octal | 150 | 127 | 133 | 0 | 20 | 14 | 73 | 532 | 11 | 45 |
| Binary | 1101000 | 1010111 | 1011011 | 0 | 10000 | 1100 | 111011 | 101011010 | 1001 | 100101 |
Color Harmonies of #68575B
Complementary color
Monochromatic Colors of #68575B
Black with #68575B
Text Example
Text Example
White with #68575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68575B; }
p { color: rgb(104,87,91); }
H1.HeaderClassName
{
color: #68575B;
}
.AnyTagClassName
{
color: #68575B;
}
</style>
background-color css
<style>
a { background-color: #68575B; }
a { background-color: rgb(104,87,91); }
div.DivClassName
{
background-color: #68575B;
}
.BgClassName
{
background-color: #68575B;
}
</style>
border-color css
<style>
span { border-color: #68575B; }
span { border-color: rgb(104,87,91); }
td.TdClassName
{
border-color: #68575B;
}
.TagClassName
{
border-color: #68575B;
}
</style>