Shades of Falcon #67595C
Tints of Falcon #67595C
RGB
CMYK
RGB Variations
Color information
#67595C (or 0x67595C) is known color: Falcon. HEX triplet: 67, 59 and 5C. RGB value is (103,89,92). Sum of RGB (Red+Green+Blue) = 103+89+92=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #67595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67595C is #98A6A3. Grayscale: #5D5D5D. Windows color (decimal): -10004132 or 6052199. OLE color: 6052199.
HSL color Cylindrical-coordinate representation of color #67595C: hue angle of 347.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #67595C is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 92 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.60 |
| HSL | 347.14º | 0.07% | 0.38% | - |
| HSV(B) | 347.14º | 0.14% | 0.4% | - |
| XYZ | 11.1 | 10.8 | 11.63 | - |
| YUV | 93.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 92 | 0 | 0.14 | 0.11 | 0.60 | 347.14 | 0.07 | 0.38 |
| Hex | 67 | 59 | 5C | 0 | E | B | 3C | 15B | 7 | 26 |
| Octal | 147 | 131 | 134 | 0 | 16 | 13 | 74 | 533 | 7 | 46 |
| Binary | 1100111 | 1011001 | 1011100 | 0 | 1110 | 1011 | 111100 | 101011011 | 111 | 100110 |
Color Harmonies of #67595C
Complementary color
Monochromatic Colors of #67595C
Black with #67595C
Text Example
Text Example
White with #67595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67595C; }
p { color: rgb(103,89,92); }
H1.HeaderClassName
{
color: #67595C;
}
.AnyTagClassName
{
color: #67595C;
}
</style>
background-color css
<style>
a { background-color: #67595C; }
a { background-color: rgb(103,89,92); }
div.DivClassName
{
background-color: #67595C;
}
.BgClassName
{
background-color: #67595C;
}
</style>
border-color css
<style>
span { border-color: #67595C; }
span { border-color: rgb(103,89,92); }
td.TdClassName
{
border-color: #67595C;
}
.TagClassName
{
border-color: #67595C;
}
</style>